[Speex-dev] symbol clash with vorbis
    Erik de Castro Lopo 
    erikd-100 at mega-nerd.com
       
    Sat Oct  9 23:05:07 PDT 2004
    
    
  
Hi all,
Speex and the Vorbis library both define internally used functions 
with the names:
     drft_init
	 drft_forward
	 drft_backward
	 drft_clear
When Speex and Vorbis are used as dynmaic libs, there is no symbol
clash because both libraries limit the number of functions they
export to what is absolutely necessary.
However, when linking static versions of these two libraries, the
names still clash.
Would you accept a patch to add "spx_" to the start of the above
function names?
Cheers,
Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo  nospam at mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
"Every time microshaft's stock price drops again, I rejoice. I
want to see that bunch of criminals brought to their knees.
Preferably at the chopping block."
-- rixt in http://linuxtoday.com/stories/20659_flat.html
    
    
More information about the Speex-dev
mailing list