11-02-2013, 06:28 PM
|
#20
|
BLAM!
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
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).
|
|
|