Ticket #36831: patch-multimedia-ffmpeg.diff
File patch-multimedia-ffmpeg.diff, 819 bytes (added by pixilla (Bradley Giesbrecht), 12 years ago) |
---|
-
multimedia/ffmpeg/Portfile
9 9 conflicts ffmpeg-devel 10 10 epoch 1 11 11 version 1.0 12 revision 1 12 13 set branch [join [lrange [split ${version} .] 0 1] .] 13 14 license LGPL-2.1+ 14 15 categories multimedia … … 117 118 --enable-shared --enable-pthreads \ 118 119 --cc=${configure.cc} 119 120 121 # Configure can disable all input devices with "--disable-indevs" 122 # or disable selectively with "--disable-indev=INDEV". 123 # For a list of input devices use "--list-indevs". 124 # http://ffmpeg.org/ffmpeg.html#Input-Devices 125 configure.args-append \ 126 --disable-indev=jack 127 120 128 test.run yes 121 129 122 130 #