[MacPorts] #37733: ffmpeg fails to build against libsdl-devel
MacPorts
noreply at macports.org
Tue Jan 22 16:17:59 PST 2013
#37733: ffmpeg fails to build against libsdl-devel
--------------------------+------------------------
Reporter: lllactive@… | Owner: jeremyhu@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.2
Resolution: | Keywords:
Port: ffmpeg |
--------------------------+------------------------
Comment (by ryandesign@…):
Ok, the old ffmpegs are not active so they shouldn't be a problem. So the
only likely issue I see is that you have libsdl-devel instead of libsdl.
Any idea why? You could use
{{{
port installed dependentof:libsdl-devel
}}}
to see if you have anything installed that requires libsdl-devel. Try
deactivating libsdl-devel, installing libsdl, cleaning ffmpeg and trying
again.
{{{
sudo port -f deactivate libsdl-devel
sudo port install libsdl
sudo port clean ffmpeg
sudo port upgrade ffmpeg
}}}
--
Ticket URL: <https://trac.macports.org/ticket/37733#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list