Hey community,
I have a problem when compiling and running latest svn checkout of vlc. It compiled fine, but during the start vlc outputs:
main libvlc warning: cannot load module `modules/codec/ffmpeg/.libs/libffmpeg_plugin.so' (modules/codec/ffmpeg/.libs/libffmpeg_plugin.so: undefined symbol: a52_init)
I have installed a52dec (0.7.4), have compiled latest ffmpeg-svn version with --enable-liba52, also compiled vlc with --enable-a52 and --with-a52=/usr/local/include/a52dec --with-a52-tree=/home/xxx/a52dec-0.7.4 but nothing helped. I have also tried different combinations (e.g. compiled vlc without --enable-a52 and only referenced to the ffmpeg with a52 support,....)
Please help, I am sure it only needs a little change to get things working
I also wanted to add a comment: When compiling vlc with latest live555 library: There is no member named playStartTime in class MediaSession. I have commented out these lines (in modules/demux/live555.cpp, lines 853, 921,1136 and 1212) and it worked for me.