Skip to content

Commit 6ef3cef

Browse files
committed
fix name
1 parent 46db5a5 commit 6ef3cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if [ -n "$IS_OSX" ]; then
6464
if (!$found_blank && /^$/) {$_.="conflicts_with \"ffmpeg\"\n\n"; $found_blank=1; next;}
6565
if (!$bottle_block && /^\s*bottle do$/) { $bottle_block=1; next; }
6666
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;}
67+
if (/^\s*depends_on "(x264|x265|xvid|frei0r|rubberband|libvidstab)"$/) {$_=""; next;}
6868
if (/^\s*--enable-(gpl|libx264|libx265|libxvid|frei0r|librubberband|libvidstab)$/) {$_=""; next;}
6969
' <"$FF_FORMULA" >"$LFF_FORMULA"
7070
diff -u "$FF_FORMULA" "$LFF_FORMULA" || test $? -le 1

0 commit comments

Comments
 (0)