Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
36773:1d094f299aa0 | 36774:e75c4955c377 |
---|---|
6109 extra_ldflags="$extra_ldflags -framework IOKit -framework Carbon" | 6109 extra_ldflags="$extra_ldflags -framework IOKit -framework Carbon" |
6110 elif cygwin ; then | 6110 elif cygwin ; then |
6111 cflags_libdvdcss="-D_WIN32_IE=0x0500 -mwin32" | 6111 cflags_libdvdcss="-D_WIN32_IE=0x0500 -mwin32" |
6112 elif mingw32 ; then | 6112 elif mingw32 ; then |
6113 cflags_libdvdcss="-D_WIN32_IE=0x0500" | 6113 cflags_libdvdcss="-D_WIN32_IE=0x0500" |
6114 libs_mplayer="$libs_mplayer -lshfolder" | |
6114 fi | 6115 fi |
6115 cflags_libdvdcss_dvdread="-Ilibdvdcss" | 6116 cflags_libdvdcss_dvdread="-Ilibdvdcss" |
6116 def_dvdcss="#define HAVE_DVDCSS_DVDCSS_H 1" | 6117 def_dvdcss="#define HAVE_DVDCSS_DVDCSS_H 1" |
6117 inputmodules="libdvdcss(internal) $inputmodules" | 6118 inputmodules="libdvdcss(internal) $inputmodules" |
6118 else | 6119 else |