From f7d4dd174becb9deca68d268dea93cd5f028ff65 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 12 Jul 2006 17:58:07 +0000 Subject: OPTFLAGS already includes EXTRA_INC. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpeg2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpeg2') 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) -- cgit v1.2.3