[vlc-devel] vlc: svn commit r22913 (xtophe)
    Christophe Mutricy 
    xtophe at nxtelevision.com
       
    Tue Oct 30 23:56:24 CET 2007
    
    
  
Looking at this problem i was wondering why, in vlc-config line 22, we do
«libs="-L${exec_prefix}/lib"»
exec_prefix is where vlc will be installed but not necessarly where any
of the other libs are. 
And if we want to link with a "bit" of VLC we need to take it from the
builddir to avoid troubles. 
So for me it seems that this code snipset is troublesome and that we
should just have «libs=""». But please do tell me if i'm missing some
use case where it's usefull
-- 
Xtophe
    
    
More information about the vlc-devel
mailing list