]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/ffmpeg
Updated videolan, add vdr-softdevice plugin
[ipfire-2.x.git] / lfs / ffmpeg
index 721d1f9da51345e43477e218fe7dfcfdb19f4555..86f464c6e71a7af2f8e3c62a5625c2398c5d6281 100644 (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)