diff options
author | Måns Rullgård <mans@mansr.com> | 2005-03-09 19:46:31 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-03-09 19:46:31 +0000 |
commit | 7c653cc988ed2b6ee3a33f66064560873945131d (patch) | |
tree | c3ebb8ab170260c0afce287c6b1934adc81aaec1 | |
parent | 6662ec29a5133bf4b81e0a1edf369b97cb6734ba (diff) | |
download | ffmpeg-7c653cc988ed2b6ee3a33f66064560873945131d.tar.gz |
Oops patch by (Måns Rullgård <mru inprovide com>)
Originally committed as revision 4025 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 4b790c4cce..9a9e770095 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -107,7 +107,7 @@ endif ifeq ($(CONFIG_X264),yes) OBJS+= x264.o -EXTRALIBS += -L$(X264_DIR) -lx264 +EXTRALIBS += -lx264 endif ifeq ($(CONFIG_PP),yes) |