Updated videolan, add vdr-softdevice plugin

This commit is contained in:
Arne Fitzenreiter
2008-04-16 19:32:09 +02:00
parent 98b056b2a5
commit 9232685b8c
8 changed files with 124 additions and 34 deletions

View File

@@ -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)