]> git.sesse.net Git - vlc/blobdiff - configure.ac
WinCE: fix compilation of vout
[vlc] / configure.ac
index f7cbac643de3324f6c87dedfc4f7c2d83fa270a9..dd3ad11056f08def3fa0fa981432e47a0e61850d 100644 (file)
@@ -4567,6 +4567,8 @@ if test "${enable_wingdi}" != "no"; then
   if test "${SYS}" = "mingwce"; then
     VLC_ADD_PLUGIN([wingdi])
     VLC_ADD_PLUGIN([wingapi])
+    VLC_ADD_LIBS([wingdi],[-laygshell])
+    VLC_ADD_LIBS([wingapi],[-laygshell])
   fi
 fi