10000 OSX custom ffmpeg formula: disable GPLed frei0r, librubberband · extraymond/opencv-python@7d87741 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d87741

Browse files
committed
OSX custom ffmpeg formula: disable GPLed frei0r, librubberband
1 parent b5bd661 commit 7d87741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ if [ -n "$IS_OSX" ]; then
7070
if (!$found_blank && /^$/) {$_.="conflicts_with \"ffmpeg\"\n\n"; $found_blank=1; next;}
7171
if (!$bottle_block && /^\s*bottle do$/) { $bottle_block=1; next; }
7272
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;}
73+
if (/^\s*depends_on "(x264|x265|xvid|frei0r|rubberband)"$/) {$_=""; next;}
74+
if (/^\s*--enable-(gpl|libx264|libx265|libxvid|frei0r|librubberband)$/) {$_=""; next;}
7575
' <"$FF_FORMULA" >"$LFF_FORMULA"
7676
diff -u "$FF_FORMULA" "$LFF_FORMULA" || test $? -le 1
7777

0 commit comments

Comments
 (0)
0