]> git.sesse.net Git - vlc/commitdiff
Spatializer module should be built with g++
authorPavlov Konstantin <thresh@videolan.org>
Fri, 19 Oct 2007 20:23:35 +0000 (20:23 +0000)
committerPavlov Konstantin <thresh@videolan.org>
Fri, 19 Oct 2007 20:23:35 +0000 (20:23 +0000)
configure.ac

index 1992e467ec650d9769e34d2153fb1e06712a35c3..9b069817c763ae533d61a8fc5f9e63d41a18da8f 100644 (file)
@@ -1212,7 +1212,6 @@ VLC_ADD_PLUGINS([deinterlace invert adjust transform wave ripple psychedelic gra
 VLC_ADD_PLUGINS([converter_fixed mono])
 VLC_ADD_PLUGINS([trivial_resampler ugly_resampler])
 VLC_ADD_PLUGINS([trivial_channel_mixer trivial_mixer])
-VLC_ADD_PLUGINS([spatializer])
 VLC_ADD_PLUGINS([playlist export nsc xtag])
 VLC_ADD_PLUGINS([i420_rgb grey_yuv rawvideo blend scale image logo magnify puzzle colorthres])
 VLC_ADD_PLUGINS([wav araw subtitle vobsub adpcm a52sys dtssys au ty voc xa nuv smf])
@@ -1223,6 +1222,12 @@ VLC_ADD_PLUGINS([packetizer_mpegvideo packetizer_h264])
 VLC_ADD_PLUGINS([packetizer_mpeg4video packetizer_mpeg4audio])
 VLC_ADD_PLUGINS([packetizer_vc1])
 
+dnl
+dnl default modules that need g++
+dnl
+AC_LANG_PUSH(C++)
+VLC_ADD_PLUGINS([spatializer])
+AC_LANG_POP(C++)
 
 if test "${SYS}" != "mingwce"; then
   VLC_ADD_PLUGINS([access_fake access_filter_timeshift access_filter_record access_filter_dump])