View Single Post
Old 11-02-2013, 06:47 PM   #21
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by NiLuJe View Post
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..
twobob is offline   Reply With Quote