[MPlayer-users] mp3lame autodetection problem
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Mar 1 04:59:04 CET 2009
Baldvin Kovacs <baldvin.kovacs <at> gmail.com> writes:
> #include <lame/lame.h>
> int main(void) { lame_set_preset(NULL, STANDARD_FAST); return 0; }
>
> and
>
> #include <lame/lame.h>
> int main(void) { lame_set_preset(NULL, MEDIUM_FAST); return 0; }
These programs are only compiled, not run in configure, so they will never
segfault.
Carl Eugen
More information about the MPlayer-users
mailing list