X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fffmpeg;h=0ee9c3e0b1d0d57972e7d47632db11f41c31bac0;hp=86f464c6e71a7af2f8e3c62a5625c2398c5d6281;hb=119ec0c656ba9058c7a7085a05a50fbd0f9b1b79;hpb=9232685b8c68eb9b9d7523906f846a2696abbdad diff --git a/lfs/ffmpeg b/lfs/ffmpeg index 86f464c6e7..0ee9c3e0b1 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 = 4 -DEPS = "" +DEPS = "ffmpeg-libs sdl lame libvorbis xvid" ############################################################################### # Top-level Rules @@ -82,9 +79,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ln -s $(THISAPP) /usr/src/ffmpeg cd $(DIR_SRC)/ffmpeg && ./configure --prefix=/usr \ --enable-shared \ - --enable-postproc \ - --enable-gpl - cd $(DIR_SRC)/ffmpeg && make + --enable-postproc \ + --enable-pthreads \ + --enable-gpl + cd $(DIR_SRC)/ffmpeg && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_SRC)/ffmpeg && make install cd $(DIR_SRC)/ffmpeg && make install-libs ldconfig