From: Christian Schmidt Date: Tue, 16 Feb 2010 07:49:32 +0000 (+0100) Subject: Enabled pthreads for ffmpeg. X-Git-Tag: v2.9-beta1~412^2~59^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f30ec1e2a89e47e77af10ad56282da38e216d1d;p=ipfire-2.x.git Enabled pthreads for ffmpeg. --- diff --git a/lfs/ffmpeg b/lfs/ffmpeg index 113b7e916e..0ee9c3e0b1 100644 --- a/lfs/ffmpeg +++ b/lfs/ffmpeg @@ -31,7 +31,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ffmpeg -PAK_VER = 3 +PAK_VER = 4 DEPS = "ffmpeg-libs sdl lame libvorbis xvid" @@ -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