From: Arne Fitzenreiter Date: Tue, 10 Jun 2008 14:51:30 +0000 (+0200) Subject: add lame,vorbis & xvid support to ffmpeg X-Git-Tag: v2.3-beta1~48^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=984a8b8dfdb5cda9dfc252473858218df32a47d9;p=ipfire-2.x.git add lame,vorbis & xvid support to ffmpeg --- diff --git a/lfs/ffmpeg b/lfs/ffmpeg index ec3a89ce4c..f8022990ba 100644 --- a/lfs/ffmpeg +++ b/lfs/ffmpeg @@ -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