diff options
Diffstat (limited to 'packages/ffmpeg/ffmpeg-0.4.9-pre1/Makefile-add-liblame.patch')
-rw-r--r-- | packages/ffmpeg/ffmpeg-0.4.9-pre1/Makefile-add-liblame.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/ffmpeg/ffmpeg-0.4.9-pre1/Makefile-add-liblame.patch b/packages/ffmpeg/ffmpeg-0.4.9-pre1/Makefile-add-liblame.patch deleted file mode 100644 index 3c3969de43..0000000000 --- a/packages/ffmpeg/ffmpeg-0.4.9-pre1/Makefile-add-liblame.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- /orig-Makefile 2008-07-17 00:29:01.000000000 +0300 -+++ /Makefile 2008-07-17 00:29:35.000000000 +0300 -@@ -58,6 +58,10 @@ - EXTRALIBS+=-lfaac - endif - -+ifeq ($(CONFIG_MP3LAME),yes) -+EXTRALIBS+=-lmp3lame -+endif -+ - ifeq ($(BUILD_VHOOK),yes) - VHOOK=videohook - INSTALLVHOOK=install-vhook |