From 984a8b8dfdb5cda9dfc252473858218df32a47d9 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 10 Jun 2008 16:51:30 +0200 Subject: [PATCH] add lame,vorbis & xvid support to ffmpeg --- lfs/ffmpeg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.39.5