X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fffmpeg;h=0ee9c3e0b1d0d57972e7d47632db11f41c31bac0;hb=26c8fcd7438d9bb22f7f8c13d25c234b954941db;hp=55472c5ee2ed43f89a2aa318c78bc004a2ef0a47;hpb=ea317fe337f95e1e9d14dcd85b3cf90b18f89cab;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/ffmpeg b/lfs/ffmpeg index 55472c5ee2..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 xvid" +DEPS = "ffmpeg-libs sdl lame libvorbis xvid" ############################################################################### # Top-level Rules @@ -79,8 +79,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ln -s $(THISAPP) /usr/src/ffmpeg cd $(DIR_SRC)/ffmpeg && ./configure --prefix=/usr \ --enable-shared \ - --enable-postproc \ - --enable-gpl + --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