Quote:
Originally Posted by NiLuJe
The mplayer/mplayer2/mpv buildsystem makes very heavy use of automagic deps. You can't use --enable-* flags without heavily tweaking the env & searchpaths so that it actually find & use said dep. The usual way is to just --disable-* the stuff you're sure you want to kill, and let the rest be automagically detected.
(See the mpv-build repo for an example of how the mpv guys do it to link against a static ffmpeg).
|
yup. I browsed the 8000 line configure. and spoke with them on #irc.
--enable-static is an exception, and for some reason
Code:
Install prefix: /mnt/us/extensions/mplayer2/usr
Data directory: /mnt/us/extensions/mplayer2/usr/share/mplayer
Config direct.: /mnt/us/extensions/mplayer2/usr/etc/mplayer
Byte order: little-endian
Optimizing for:
I can't convince the build system to pick an "Optimizing for: " target...
That was what I was working towards..