[vlc-devel] commit: Always build win32text resp quartztext on Win32 resp Darwin ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Feb 3 21:31:43 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Feb 3 22:30:27 2010 +0200| [59f07ca1e51fc9d028cea41cd8be766c8b4b2121] | committer: Rémi Denis-Courmont
Always build win32text resp quartztext on Win32 resp Darwin
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=59f07ca1e51fc9d028cea41cd8be766c8b4b2121
---
configure.ac | 3 ---
modules/misc/Modules.am | 6 ++++++
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index ed58a2f..d4cf651 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/modules/misc/Modules.am b/modules/misc/Modules.am
index cb23747..fb49f61 100644
--- a/modules/misc/Modules.am
+++ b/modules/misc/Modules.am
@@ -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 \
More information about the vlc-devel
mailing list