]> git.sesse.net Git - vlc/commitdiff
Always build win32text resp quartztext on Win32 resp Darwin
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Feb 2010 20:30:27 +0000 (22:30 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Feb 2010 20:30:27 +0000 (22:30 +0200)
configure.ac
modules/misc/Modules.am

index ed58a2f40514b24301633cb908a040dca1f88064..d4cf651405086bef38dc93f0dbc0f8bed3161e60 100644 (file)
@@ -1177,11 +1177,8 @@ elif test "${SYS}" != "mingwce"; then
     VLC_ADD_PLUGIN([msn])
     VLC_ADD_LIBS([dmo],[-lole32 -luuid])
     VLC_ADD_PLUGIN([globalhotkeys])
-else
-    VLC_ADD_PLUGIN([win32text])
 fi
 if test "${SYS}" = "darwin"; then
-    VLC_ADD_PLUGIN([quartztext])
     VLC_ADD_LDFLAGS([quartztext],[-Wl,-framework,ApplicationServices])
 fi
 
index cb237472f8363ebb9aa52a220ec2a152cf7b6032..fb49f61b32a17591d728fb4eaa489d26d27a7627 100644 (file)
@@ -26,6 +26,12 @@ libvlc_LTLIBRARIES += \
        libaudioscrobbler_plugin.la \
        liblogger_plugin.la
 
+if HAVE_WIN32
+libvlc_LTLIBRARIES += libwin32text_plugin.la
+endif
+if HAVE_DARWIN
+libvlc_LTLIBRARIES += libquartztext_plugin.la
+endif
 if ENABLE_SOUT
 libvlc_LTLIBRARIES += \
        libvod_rtsp_plugin.la \