]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
add lame,vorbis & xvid support to ffmpeg
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 10 Jun 2008 14:51:30 +0000 (16:51 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 10 Jun 2008 14:51:30 +0000 (16:51 +0200)
lfs/ffmpeg

index ec3a89ce4c82af9fa936b6efcacc63bc8effb1cb..f8022990ba1d745971e10d850e69fdb764aeb7af 100644 (file)
@@ -24,9 +24,6 @@
 
 include Config
 
-
-
-
 VER        = 2008-04-13
 THISAPP    = ffmpeg-export-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -34,9 +31,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ffmpeg
-PAK_VER    = 1
+PAK_VER    = 2
 
-DEPS       = "sdl"
+DEPS       = "sdl lame libvorbis libxvid"
 
 ###############################################################################
 # Top-level Rules
@@ -83,7 +80,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_SRC)/ffmpeg && ./configure --prefix=/usr \
                                      --enable-shared \
                                     --enable-postproc \
-                                    --enable-gpl
+                                    --enable-gpl \
+                                    --enable-libmp3lame \
+                                    --enable-libvorbis \
+                                    --enable-libxvid
        cd $(DIR_SRC)/ffmpeg && make
        cd $(DIR_SRC)/ffmpeg && make install
        cd $(DIR_SRC)/ffmpeg && make install-libs