From 6ea3b2ac9764fde926a7906f621c185a8631190d Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 13 Apr 2010 14:44:39 +0200 Subject: [PATCH] Compile full ffmpeg I was not able to find quickly the minimal set of configure flags to compile only the needed things for the demo. --- build/config.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config.target b/build/config.target index 5e16235..8b89134 100644 --- a/build/config.target +++ b/build/config.target @@ -32,7 +32,7 @@ $(MAKERULES_DIR)/ffmpeg/libavcodec/x86/Makefile: $(MAKERULES_DIR)/ffmpeg/libswscale: ln -sf ../../src/libswscale $@ $(MAKERULES_DIR)/ffmpeg/config.mak: $(MAKERULES_DIR)/../build/config.target # this file - cd $(MAKERULES_DIR)/ffmpeg && ./configure --disable-encoders --disable-decoders --disable-hwaccels --disable-muxers --disable-demuxers --disable-parsers --disable-bsfs --disable-protocols --disable-devices + cd $(MAKERULES_DIR)/ffmpeg && ./configure $(MAKERULES_DIR)/ffmpeg/version.h: cd $(MAKERULES_DIR)/ffmpeg && ./version.sh $$PWD $@ endif -- 2.39.2