Mercurial > mplayer.hg
diff configure @ 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 | 9249a5caebdf |
children | 06344efeded3 |
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"