[libdvdcss-devel] Fix build on win32
Ludovic Fauvet
git at videolan.org
Wed Apr 29 15:23:40 CEST 2015
libdvdcss | branch: master | Ludovic Fauvet <etix at videolan.org> | Fri Apr 10 17:15:48 2015 +0200| [41905a9b3581a0efe7ecc73d39f7820601d16ff3] | committer: Jean-Baptiste Kempf
Fix build on win32
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=41905a9b3581a0efe7ecc73d39f7820601d16ff3
---
src/libdvdcss.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/libdvdcss.c b/src/libdvdcss.c
index dc840ad..3f4f7e6 100644
--- a/src/libdvdcss.c
+++ b/src/libdvdcss.c
@@ -117,6 +117,7 @@
#endif
#ifdef _WIN32
+# include <windows.h>
# include <shlobj.h>
#endif
More information about the libdvdcss-devel
mailing list