]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/ffmpeg
Included lm_sensors and the needed HW-Monitoring Modules
[people/teissler/ipfire-2.x.git] / lfs / ffmpeg
index 7a3afabe8a90722191c725398863ffb0aa6512cc..ec3a89ce4c82af9fa936b6efcacc63bc8effb1cb 100644 (file)
@@ -36,7 +36,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ffmpeg
 PAK_VER    = 1
 
-DEPS       = ""
+DEPS       = "sdl"
 
 ###############################################################################
 # Top-level Rules
@@ -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/local \
+       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)