]> git.sesse.net Git - vlc/commit
Fix live555media libraries link order
authorGilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Sat, 14 Nov 2009 17:29:27 +0000 (18:29 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 6 Dec 2009 15:21:11 +0000 (15:21 +0000)
commit1d463ae8904bfbaa27bcde42de59623ac5f6e185
tree12591b260282147fc1ec613d15dcbbb84d94038b
parent3aa8ed0b6dd9d4a198c302c531a2b7d6b1925925
Fix live555media libraries link order

Since at least vlc 1.0.2, compiling vlc with a static version of a
recent version of the live555media library (the version released on
2009/11/12 for instance) results in the following warning while loading
the liblive555_plugin.so module:

[0x1901090] main libvlc warning: cannot load module `/usr/local/lib/vlc/demux/liblive555_plugin.so' (/usr/local/lib/vlc/demux/liblive555_plugin.so: undefined symbol: _ZTI9HashTable)

This warning is due to an error in the link order of the
live555_plugin, fixed by the following patch.

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
configure.ac