# HG changeset patch # User diego # Date 1094908114 0 # Node ID 8bf56817f2e5433379d666a4786d43be7fc57f09 # Parent c629f7ac9b9f642d930563e8696edd2d0cf4418f Make --with-x264incdir work, patch by Jan Knutar diff -r c629f7ac9b9f -r 8bf56817f2e5 libmpcodecs/Makefile --- 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