Commit 36ff5023 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Rémi Denis-Courmont

Enable dynamicoverlay and disable access_shm on OS/2

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 675e1990
......@@ -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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment