mirror of https://github.com/mpv-player/mpv
Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13312 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1b385d6496
commit
d8e173a680
|
@ -45,7 +45,7 @@ OBJS=$(SRCS:.c=.o)
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue