10000
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 b5bd661 commit 7d87741Copy full SHA for 7d87741
config.sh
@@ -70,8 +70,8 @@ if [ -n "$IS_OSX" ]; then
70
if (!$found_blank && /^$/) {$_.="conflicts_with \"ffmpeg\"\n\n"; $found_blank=1; next;}
71
if (!$bottle_block && /^\s*bottle do$/) { $bottle_block=1; next; }
72
if ($bottle_block) { if (/^\s*end\s*$/) { $bottle_block=0} elsif (/^\s*sha256\s/) {$_=""} next; }
73
-if (/^\s*depends_on "(x264|x265|xvid)"$/) {$_=""; next;}
74
- if (/^\s*--enable-(gpl|libx264|libx265|libxvid)$/) {$_=""; next;}
+if (/^\s*depends_on "(x264|x265|xvid|frei0r|rubberband)"$/) {$_=""; next;}
+ if (/^\s*--enable-(gpl|libx264|libx265|libxvid|frei0r|librubberband)$/) {$_=""; next;}
75
' <"$FF_FORMULA" >"$LFF_FORMULA"
76
diff -u "$FF_FORMULA" "$LFF_FORMULA" || test $? -le 1
77
0 commit comments