1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

Oops patch by (Måns Rullgård <mru inprovide com>)

Originally committed as revision 4025 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2005-03-09 19:46:31 +00:00 committed by Michael Niedermayer
parent 6662ec29a5
commit 7c653cc988

View File

@ -107,7 +107,7 @@ endif
ifeq ($(CONFIG_X264),yes)
OBJS+= x264.o
EXTRALIBS += -L$(X264_DIR) -lx264
EXTRALIBS += -lx264
endif
ifeq ($(CONFIG_PP),yes)