[MacPorts] #49841: Building ffmpeg with avfoundation on OSX Lion
#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
#49841: Building ffmpeg with avfoundation on OSX Lion --------------------------+---------------------- Reporter: p.ohanlon@… | Owner: devans@… Type: request | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: ffmpeg | --------------------------+---------------------- Changes (by devans@…): * owner: macports-tickets@… => devans@… * status: new => assigned -- Ticket URL: <https://trac.macports.org/ticket/49841#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#49841: Building ffmpeg with avfoundation on OSX Lion -----------------------------------+---------------------- Reporter: p.ohanlon@… | Owner: devans@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: ffmpeg, ffmpeg-devel | -----------------------------------+---------------------- Changes (by devans@…): * version: 2.3.4 => * type: request => enhancement * port: ffmpeg => ffmpeg, ffmpeg-devel -- Ticket URL: <https://trac.macports.org/ticket/49841#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts