Hey all<br><br>I&#39;m trying to cross-compile gsm plugins but no sucess. When I compile for linux works fine. But crossing i586-mingw32msvc under linux is not working...I noticed that the configure searchs for the gsm.h file but in the gstpluginsbad there&#39;s no gsm.h file...any tip please? =/ I&#39;m kind of new on compiling libs process.<br>
<br>Thanks!<br><br>My configure parameters is:<br><font size="2"><br> <font size="1">./configure --prefix=/usr/local/mingw32 --build=i686-pc-linux-gnu --host=i586-mingw32msvc  --disable-acm --enable-external=yes --enable-directdraw=yes --enable-directsound=yes --enable-gsm=yes --enable-dependency-tracking=yes --enable-shared=yes --disable-apexsink</font></font><font size="1"><br>
</font><br>And failure log of configure is:<br><br><font size="1">configure: *** checking feature: GSM library ***<br>configure: *** for plug-ins: gsmenc gsmdec ***<br>checking for gsm_create in -lgsm... no<br>checking for gsm_create in -lgsm... (cached) no<br>
configure: *** These plugins will not be built: gsmenc gsmdec</font><br><br><br>