Ticket #36831: patch-multimedia-ffmpeg.diff

File patch-multimedia-ffmpeg.diff, 819 bytes (added by pixilla (Bradley Giesbrecht), 11 years ago)
  • multimedia/ffmpeg/Portfile

     
    99conflicts       ffmpeg-devel
    1010epoch           1
    1111version         1.0
     12revision        1
    1213set branch      [join [lrange [split ${version} .] 0 1] .]
    1314license         LGPL-2.1+
    1415categories      multimedia
     
    117118        --enable-shared --enable-pthreads \
    118119        --cc=${configure.cc}
    119120
     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
     125configure.args-append \
     126        --disable-indev=jack
     127
    120128test.run        yes
    121129
    122130#