[vlc-devel] [PATCH 34/41] Enable dynamicoverlay and disable access_shm on OS/2

KO Myung-Hun komh at chollian.net
Mon Oct 10 13:44:13 CEST 2011


---
 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 079011d..48162ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1164,7 +1164,9 @@ ALIASES="${ALIASES} cvlc rvlc"
 dnl
 dnl Some plugins aren't useful on some platforms
 dnl
-if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
+if test "${SYS}" = "os2"; then
+    VLC_ADD_PLUGIN([dynamicoverlay])
+elif test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
     VLC_ADD_PLUGIN([dynamicoverlay access_shm])
 elif test "${SYS}" != "mingwce"; then
     VLC_ADD_PLUGIN([access_smb dmo globalhotkeys])
-- 
1.7.3.2



More information about the vlc-devel mailing list