what should this DIR stand for?
,,I have tried some pathes,but with this error:
Code: Select all
checking for 3rd party libraries path... not usable
configure: error: Third party libraries not found!
IF I remove this statement,live555 installation is ok,but when opening an sdp file,problems occur
Code: Select all
[0x8e7c1b8] main demux warning: cannot load module `/usr/local/lib/vlc/plugins/demux/liblive555_plugin.so' (/usr/local/lib/vlc/plugins/demux/liblive555_plugin.so: undefined symbol: _ZN10RTSPClient23sendGetParameterCommandER12MediaSessionPFvPS_iPcEPKcP13Authenticator)
[0x8e7c1b8] main demux error: corrupt module: /usr/local/lib/vlc/plugins/demux/liblive555_plugin.so
[0x8e7c1b8] mod demux debug: MOD validation failed (ext=sdp)
SO,I guess this DIR is important.
[quote
no, once the contribs are compiled, you just need to run configure in the vlc folder and pass the contrib path with :
--with-contrib=DIR
][/quote]