X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fffmpeg;h=0ee9c3e0b1d0d57972e7d47632db11f41c31bac0;hb=3c43cafe14ff93fa92932d0895cb4ba7e3d25e83;hp=0f69a96b823dbd198bd072dfadc83280ac099b41;hpb=13704e5b1c27dee12c68daf48adb663f12b6f14d;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/ffmpeg b/lfs/ffmpeg index 0f69a96b82..0ee9c3e0b1 100644 --- a/lfs/ffmpeg +++ b/lfs/ffmpeg @@ -31,9 +31,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ffmpeg -PAK_VER = 2 +PAK_VER = 4 -DEPS = "sdl lame libvorbis libxvid" +DEPS = "ffmpeg-libs sdl lame libvorbis xvid" ############################################################################### # Top-level Rules @@ -79,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