[MacPorts] #49841: Building ffmpeg with avfoundation on OSX Lion
MacPorts
noreply at macports.org
Sat Nov 28 16:22:30 PST 2015
#49841: Building ffmpeg with avfoundation on OSX Lion
-------------------------+--------------------------------
Reporter: p.ohanlon@… | Owner: macports-tickets@…
Type: request | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Keywords: | Port: ffmpeg
-------------------------+--------------------------------
Currently ffmpeg has configuration in the Portfile to not build
avfoundation indevice for OSX Lion:
{{{
if {${os.major} < 12} {
configure.args-append --disable-indev=avfoundation
}
}}}
but it builds fine on OSX Lion when using the clang compiler. It could be
nice to remove this restriction for OSX Lion from the Portfile and change
the os.major check to be:
{{{
if {${os.major} < 11} {
configure.args-append --disable-indev=avfoundation
configure.compiler clang
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/49841>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list