Skip to content

Commit a95c20a

Browse files
committed
fix: ffmbc if structure now wirking
1 parent d89dafb commit a95c20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cross_compile_ffmpeg.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ fflight=false
5454
# Ask me questions and show the intro or run only with options configured above! (default: true)
5555
askmequestions=true
5656
###
57-
echo $1
58-
if ${ffmbc} || [[ $1 -eq "ffmbc" ]]
57+
if [ $ffmbc = true -o "${1}" = "ffmbc" ]
5958
then
6059
ffmbc=true
60+
echo "Building FFmbc Version ${ffmbcver}"
6161
if [[ $2 -eq "full" ]]
6262
then
6363
ffvanilla=false

0 commit comments

Comments
 (0)