vlc/vlc-2.0 | branch: master | Rafaël Carré <[email protected]> | Fri Feb 3 14:10:24 2012 -0500| [94abe5a0f1ed3cc47d3757f19686ed98da93c731] | committer: Rafaël Carré
direct2d: link with libuuid (cherry picked from commit a234ac644c8cd60fca4bcc1894704b8ca8a394af) Signed-off-by: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=94abe5a0f1ed3cc47d3757f19686ed98da93c731 --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 6b47a2d..74e2478 100644 --- a/configure.ac +++ b/configure.ac @@ -3283,7 +3283,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!]) ]) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
