summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-26 23:15:58 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-26 23:15:58 +0000
commit69cfcfe30160551757be7d46e574e3549ba8494a (patch)
tree49c3584d0813ca6f1fc9c35b394937c0a7f9e0cb /libvo
parente3547e7c188359c584b8721e85b408e86fc79ba1 (diff)
downloadmpv-69cfcfe30160551757be7d46e574e3549ba8494a.tar.bz2
mpv-69cfcfe30160551757be7d46e574e3549ba8494a.tar.xz
OPTFLAGS vs. INCLUDES cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1235 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 55861d43ca..50bac61881 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -6,7 +6,7 @@ LIBNAME = libvo.a
SRCS=aclib.c osd.c font_load.c rgb15to16mmx.c yuv2rgb_mmx.c yuv2rgb.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_odivx.c x11_common.c $(OPTIONAL_SRCS)
OBJS=$(SRCS:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -I.. -DMPG12PLAY $(SDL_INC)
+CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) -DMPG12PLAY
# -I/usr/X11R6/include/
.SUFFIXES: .c .o