mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +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)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = ffmpeg
|
PROG = ffmpeg
|
||||||
PAK_VER = 3
|
PAK_VER = 4
|
||||||
|
|
||||||
DEPS = "ffmpeg-libs sdl lame libvorbis xvid"
|
DEPS = "ffmpeg-libs sdl lame libvorbis xvid"
|
||||||
|
|
||||||
@@ -79,8 +79,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
ln -s $(THISAPP) /usr/src/ffmpeg
|
ln -s $(THISAPP) /usr/src/ffmpeg
|
||||||
cd $(DIR_SRC)/ffmpeg && ./configure --prefix=/usr \
|
cd $(DIR_SRC)/ffmpeg && ./configure --prefix=/usr \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-postproc \
|
--enable-postproc \
|
||||||
--enable-gpl
|
--enable-pthreads \
|
||||||
|
--enable-gpl
|
||||||
cd $(DIR_SRC)/ffmpeg && make $(MAKETUNING) $(EXTRA_MAKE)
|
cd $(DIR_SRC)/ffmpeg && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||||
cd $(DIR_SRC)/ffmpeg && make install
|
cd $(DIR_SRC)/ffmpeg && make install
|
||||||
cd $(DIR_SRC)/ffmpeg && make install-libs
|
cd $(DIR_SRC)/ffmpeg && make install-libs
|
||||||
|
|||||||
Reference in New Issue
Block a user