summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-08 09:38:25 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-08 09:38:25 +0000
commit791f52c526893aff1e42a55cde0475ccce38b020 (patch)
tree953b6bd9c811cceb7a128050fb68b6a8cba5b21b /libvo
parent22c88e74e34fc32413fd3a32a8bbe94fcf97c7d0 (diff)
downloadmpv-791f52c526893aff1e42a55cde0475ccce38b020.tar.bz2
mpv-791f52c526893aff1e42a55cde0475ccce38b020.tar.xz
Remove unused define
Patch by Götz Waschk <waschk@informatik.uni-rostock.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11575 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 69e511aa44..482d0c38e6 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -11,10 +11,6 @@ SRCS += vosub_vidix.c
endif
CFLAGS = $(OPTFLAGS) -I. -I.. $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall
-ifeq ($(VIDIX),yes)
-CFLAGS += -DVIDIX_PATH='"$(prefix)/lib/mplayer/vidix/"'
-endif
-# -I/usr/X11R6/include/
.SUFFIXES: .c .o