Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2010-09-11 16:02:37 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2010-09-11 16:02:37 +0400
commite4d226b945b9837aabf16c1b6454689ce3206baa (patch)
tree4aeed543b96b1a8f497d8b20a02327fcffbb16c3 /build_ff_win32.sh
parent6792ad916f05ea02286d03d0ebc7426bfb2f008f (diff)
Set ffmpeg as a submodule and updated build files so swscale is no longer needed to be present.
Diffstat (limited to 'build_ff_win32.sh')
-rw-r--r--build_ff_win32.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/build_ff_win32.sh b/build_ff_win32.sh
index d4e1280c..f367ab59 100644
--- a/build_ff_win32.sh
+++ b/build_ff_win32.sh
@@ -23,10 +23,10 @@ OPTIONS="
--disable-muxers \
--disable-encoders \
--disable-debug \
---enable-ffplay \
+--disable-ffplay \
--disable-ffserver \
--disable-ffmpeg \
---enable-ffprobe \
+--disable-ffprobe \
--disable-devices \
--disable-filters \
--disable-avfilter \
@@ -41,6 +41,5 @@ OPTIONS="
make -j4 &&
cp lib*/*-*.dll ../bin_Win32 &&
cp lib*/*.lib ../bin_Win32/lib &&
-cp ffprobe.exe ../bin_Win32
cd ..