changeset 13311:8bf56817f2e5

Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>
author diego
date Sat, 11 Sep 2004 13:08:34 +0000
parents c629f7ac9b9f
children f5c47d023557
files libmpcodecs/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Sat Sep 11 09:40:34 2004 +0000
+++ b/libmpcodecs/Makefile	Sat Sep 11 13:08:34 2004 +0000
@@ -45,7 +45,7 @@
 SRCS2=$(ENCODER_SRCS)
 OBJS2=$(SRCS2:.c=.o)
 
-CFLAGS  = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(EXTRA_INC) -D_GNU_SOURCE
+CFLAGS  = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(EXTRA_INC) $(X264_INC) -D_GNU_SOURCE
 
 .SUFFIXES: .c .o