We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46db5a5 commit 6ef3cefCopy full SHA for 6ef3cef
travis_config.sh
@@ -64,7 +64,7 @@ if [ -n "$IS_OSX" ]; then
64
if (!$found_blank && /^$/) {$_.="conflicts_with \"ffmpeg\"\n\n"; $found_blank=1; next;}
65
if (!$bottle_block && /^\s*bottle do$/) { $bottle_block=1; next; }
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|vidstab)"$/) {$_=""; next;}
+if (/^\s*depends_on "(x264|x265|xvid|frei0r|rubberband|libvidstab)"$/) {$_=""; next;}
68
if (/^\s*--enable-(gpl|libx264|libx265|libxvid|frei0r|librubberband|libvidstab)$/) {$_=""; next;}
69
' <"$FF_FORMULA" >"$LFF_FORMULA"
70
diff -u "$FF_FORMULA" "$LFF_FORMULA" || test $? -le 1
0 commit comments