Skip to content
  • Gilles Chanteperdrix's avatar
    Fix live555media libraries link order · 1d463ae8
    Gilles Chanteperdrix authored
    
    
    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: default avatarChristophe Mutricy <xtophe@videolan.org>
    1d463ae8