X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fffmpeg;h=86f464c6e71a7af2f8e3c62a5625c2398c5d6281;hb=dbf26fcabf719f94d0f56a974649858a904b705f;hp=721d1f9da51345e43477e218fe7dfcfdb19f4555;hpb=1580c969f83008d54693567de457c0d7d895daee;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/ffmpeg b/lfs/ffmpeg index 721d1f9da..86f464c6e 100644 --- a/lfs/ffmpeg +++ b/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)