I could successfully compile vlc 1.1.9 source tarball up until now, I redownloaded it from the ftp archive cause i want to start playing around in the code again from a fresh install. Sadly this time I get this error:
Code: Select all
/usr/bin/nm: no name list
Undefined symbols:
"_avcodec_decode_audio2", referenced from:
_DecodeAudio in libavcodec_plugin_la-audio.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[6]: *** [libavcodec_plugin.la] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Has anyone experienced this?
//crackstone