]> git.sesse.net Git - vlc/commitdiff
Enable dynamicoverlay and disable access_shm on OS/2
authorKO Myung-Hun <komh@chollian.net>
Mon, 10 Oct 2011 11:44:13 +0000 (20:44 +0900)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 10 Oct 2011 16:16:45 +0000 (19:16 +0300)
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
configure.ac

index ca7351c908b1b84fffb9d5e62df7b42a791d9be3..8465109da2214f10fa4045ccf12f71d381c29a27 100644 (file)
@@ -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])