mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Updated videolan, add vdr-softdevice plugin
This commit is contained in:
11
lfs/ffmpeg
11
lfs/ffmpeg
@@ -79,13 +79,14 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr \
|
||||
ln -s $(THISAPP) /usr/src/ffmpeg
|
||||
cd $(DIR_SRC)/ffmpeg && ./configure --prefix=/usr \
|
||||
--enable-shared \
|
||||
--enable-postproc \
|
||||
--enable-gpl
|
||||
cd $(DIR_APP) && make
|
||||
cd $(DIR_APP) && make install
|
||||
cd $(DIR_APP) && make install-libs
|
||||
cd $(DIR_SRC)/ffmpeg && make
|
||||
cd $(DIR_SRC)/ffmpeg && make install
|
||||
cd $(DIR_SRC)/ffmpeg && make install-libs
|
||||
ldconfig
|
||||
@rm -rf $(DIR_APP)
|
||||
# @rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user