mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 13:02:58 +02:00
Enabled pthreads for ffmpeg.
This commit is contained in:
committed by
Arne Fitzenreiter
parent
1b5f497af3
commit
4f30ec1e2a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user