diff libmpeg2/Makefile @ 1234:dfccdda074e5

OPTFLAGS vs. INCLUDES cleanup
author arpi
date Tue, 26 Jun 2001 23:15:58 +0000
parents 6d3a6d42c831
children f6d2a4bc9bb5
line wrap: on
line diff
--- a/libmpeg2/Makefile	Tue Jun 26 21:34:03 2001 +0000
+++ b/libmpeg2/Makefile	Tue Jun 26 23:15:58 2001 +0000
@@ -5,7 +5,7 @@
 
 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