summaryrefslogtreecommitdiffstats
path: root/libmpeg2
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 /libmpeg2
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 'libmpeg2')
-rw-r--r--libmpeg2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpeg2/Makefile b/libmpeg2/Makefile
index 8a6ecbd1a3..d3b9630b05 100644
--- a/libmpeg2/Makefile
+++ b/libmpeg2/Makefile
@@ -5,7 +5,7 @@ include ../config.mak
SRCS = header.c idct.c idct_mmx.c motion_comp.c motion_comp_mmx.c slice.c stats.c decode.c
OBJS = $(SRCS:.c=.o)
-INCLUDE = -I. -I../libvo -I..
+INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC)
CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
.SUFFIXES: .c .o