summaryrefslogtreecommitdiffstats
path: root/libmpeg2
diff options
context:
space:
mode:
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 e7cce8c3fa..0c4ccbf98c 100644
--- a/libmpeg2/Makefile
+++ b/libmpeg2/Makefile
@@ -13,7 +13,7 @@ SRCS = alloc.c \
slice.c \
OBJS = $(SRCS:.c=.o)
-INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC)
+INCLUDE = -I. -I../libvo -I..
CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
ifeq ($(TARGET_ARCH_X86),yes)