[vlc-devel] [PATCH 2/3] Introduce new codec module to decode dirac video via libschroedinger
Christophe Mutricy
xtophe at chewa.net
Thu Jun 26 20:34:53 CEST 2008
> + VLC_ADD_LIBS([schroedinger],[$SCHROEDINGER_LIBS -lstdc++]) ],[
I'm confused with this -lstdc++. If your module is in C++, then we
should use AC_LANG_PUSH(C++) (and rename the .c to .cpp)
But it look like your module is in C and ldd doesn't show any dependance on libstdc++ for libschroedinger or liboil
--
Xtophe
More information about the vlc-devel
mailing list