[vlc-commits] Win32: compile correctly UAC.dll
Jean-Baptiste Kempf
git at videolan.org
Tue Sep 11 00:23:15 CEST 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 11 00:15:06 2012 +0200| [7dfeacd5e9cb50fe5f39300a763445385a0b9541] | committer: Jean-Baptiste Kempf
Win32: compile correctly UAC.dll
(cherry picked from commit 4b95124b5f832861294c18c4e3cfb377d6f72636)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=7dfeacd5e9cb50fe5f39300a763445385a0b9541
---
extras/package/win32/package.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index 5c97d30..4fb3909 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -140,7 +140,7 @@ if HAVE_WIN64
i686-w64-mingw32-g++ $^ -shared -o $@ -lole32
i686-w64-mingw32-strip $@
else
- $(CXX) $^ -shared -o $@ -lole32
+ $(CXX) $^ -D_WIN32_IE=0x0601 -D__forceinline=inline -shared -o $@ -lole32
$(STRIP) $@
endif
More information about the vlc-commits
mailing list