[vlc-commits] direct2d: link with libuuid
Rafaël Carré
git at videolan.org
Sat Feb 4 01:04:44 CET 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Feb 3 14:10:24 2012 -0500| [a234ac644c8cd60fca4bcc1894704b8ca8a394af] | committer: Rafaël Carré
direct2d: link with libuuid
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a234ac644c8cd60fca4bcc1894704b8ca8a394af
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9d557ed..bf9fc3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3211,7 +3211,7 @@ AC_ARG_ENABLE(direct2d,
AS_IF([test "${enable_direct2d}" != "no"], [
AC_CHECK_HEADERS(d2d1.h, [
VLC_ADD_PLUGIN([direct2d])
- VLC_ADD_LIBS([direct2d],[-lgdi32 -lole32])
+ VLC_ADD_LIBS([direct2d],[-lgdi32 -lole32 -luuid])
], [
AC_MSG_WARN([Cannot find Direct2D headers!])
])
More information about the vlc-commits
mailing list