]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ffmpeg
Fix deps of vdr_epgsearch.
[people/pmueller/ipfire-2.x.git] / lfs / ffmpeg
index 0f69a96b823dbd198bd072dfadc83280ac099b41..113b7e916e6546f6278c446c3dceea11f2ad2b8b 100644 (file)
@@ -31,9 +31,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ffmpeg
-PAK_VER    = 2
+PAK_VER    = 3
 
-DEPS       = "sdl lame libvorbis libxvid"
+DEPS       = "ffmpeg-libs sdl lame libvorbis xvid"
 
 ###############################################################################
 # Top-level Rules
@@ -81,7 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                                      --enable-shared \
                                     --enable-postproc \
                                     --enable-gpl
-       cd $(DIR_SRC)/ffmpeg && make
+       cd $(DIR_SRC)/ffmpeg && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_SRC)/ffmpeg && make install
        cd $(DIR_SRC)/ffmpeg && make install-libs
        ldconfig