changeset 36774:e75c4955c377

Fix error with MinGW build. The error is: Missing Export Shell32.dll:SHGetFolderPathA. Older versions of Windows export it from the SHFolder library.
author ib
date Mon, 17 Feb 2014 00:45:06 +0000
parents 1d094f299aa0
children 666757381a27
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Feb 17 00:40:21 2014 +0000
+++ b/configure	Mon Feb 17 00:45:06 2014 +0000
@@ -6111,6 +6111,7 @@
     cflags_libdvdcss="-D_WIN32_IE=0x0500 -mwin32"
   elif mingw32 ; then
     cflags_libdvdcss="-D_WIN32_IE=0x0500"
+    libs_mplayer="$libs_mplayer -lshfolder"
   fi
   cflags_libdvdcss_dvdread="-Ilibdvdcss"
   def_dvdcss="#define HAVE_DVDCSS_DVDCSS_H 1"