File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ if [ -n "$IS_OSX" ]; then
64
64
if (!$found_blank && /^$/) {$_.="conflicts_with \"ffmpeg\"\n\n"; $found_blank=1; next;}
65
65
if (!$bottle_block && /^\s*bottle do$/) { $bottle_block=1; next; }
66
66
if ($bottle_block) { if (/^\s*end\s*$/) { $bottle_block=0} elsif (/^\s*sha256\s/) {$_=""} next; }
67
- if (/^\s*depends_on "(x264|x265|xvid|frei0r|rubberband)"$/) {$_=""; next;}
68
- if (/^\s*--enable-(gpl|libx264|libx265|libxvid|frei0r|librubberband)$/) {$_=""; next;}
67
+ if (/^\s*depends_on "(x264|x265|xvid|frei0r|rubberband|vidstab )"$/) {$_=""; next;}
68
+ if (/^\s*--enable-(gpl|libx264|libx265|libxvid|frei0r|librubberband|libvidstab )$/) {$_=""; next;}
69
69
' < " $FF_FORMULA " > " $LFF_FORMULA "
70
70
diff -u " $FF_FORMULA " " $LFF_FORMULA " || test $? -le 1
71
71
@@ -86,7 +86,7 @@ function pre_build {
86
86
87
87
if [ -n " $IS_OSX " ]; then
88
88
echo " Running for OSX"
89
-
89
+
90
90
local CACHE_STAGE; (echo " $TRAVIS_BUILD_STAGE_NAME " | grep -qiF " final" ) || CACHE_STAGE=1
91
91
92
92
# after the cache stage, all bottles and Homebrew metadata should be already cached locally
@@ -117,10 +117,10 @@ function pre_build {
117
117
brew_go_bootstrap_mode 0
118
118
return 0
119
119
fi
120
-
120
+
121
121
# Have to install macpython late to avoid conflict with Homebrew Python update
122
122
before_install
123
-
123
+
124
124
else
125
125
echo " Running for linux"
126
126
fi
You can’t perform that action at this time.
0 commit comments