James Moe <jimoe <at> sohnen-moe.com> writes: > > And what does configure say about "Checking for liba52 support"? > > > ============ Checking for liba52 support ============ > > #include <inttypes.h> > #include <a52dec/a52.h> > int main(void) { a52_state_t *testHand; testHand=a52_init(0); return 0; } ... > /tmp/mplayer-conf-12241-30768.c:2:24: error: a52dec/a52.h: No such file or > directory I temporarily removed /usr/include/a52dec/a52.h to get the same auto-detection failure as you, but compilation still succeeds for me with gcc 4.3.1 (both 64 and 32 bit). What is the output of grep CONFIG_LIBA52 config.h ? Sorry, Carl Eugen