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>2015-03-24 12:51:14 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-03-24 12:51:14 +0300
commit78380f953e1ebda2a889e329670e55fd3df0921b (patch)
treee35c2c851569bf8179af9bda60eee2addc0eadd6 /build_ffmpeg.sh
parentdb4e2200fc33023195b785255666c74933be8c16 (diff)
Add cross_prefix variable to the head of the script
Diffstat (limited to 'build_ffmpeg.sh')
-rw-r--r--build_ffmpeg.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 421c6cbc..69443e4c 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -3,6 +3,7 @@
arch=x86
archdir=Win32
clean_build=true
+cross_prefix=
for opt in "$@"
do