--- MPlayer-1.0pre8/libmpcodecs/Makefile.orig 2006-06-30 23:26:33.000000000 +0100 +++ MPlayer-1.0pre8/libmpcodecs/Makefile 2006-06-30 23:28:52.000000000 +0100 @@ -267,8 +267,8 @@ SRCS2=$(ENCODER_SRCS) OBJS2=$(SRCS2:.c=.o) -CFLAGS = $(OPTFLAGS) \ - -I. -I.. \ +CFLAGS = -I.. $(OPTFLAGS) \ + -I. \ -Inative \ -I../libmpdemux \ -I../loader \