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>2013-09-03 12:24:13 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-09-03 12:24:13 +0400
commit3f128a53c86dae508d510dac236d794b936764a3 (patch)
treec5ce7faab42fdae0717bd28356420eef50288546 /build_ffmpeg.sh
parent9b1f36d428e59661649d7efd259a4a5e3b5ae5ae (diff)
Accept x86 as a valid argument to the build scripts
Diffstat (limited to 'build_ffmpeg.sh')
-rw-r--r--build_ffmpeg.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index db97ed1b..5dddf3e2 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -7,6 +7,8 @@ clean_build=true
for opt in "$@"
do
case "$opt" in
+ x86)
+ ;;
x64 | amd64)
arch=x86_64
archdir=x64