Commit a234ac64 authored by Rafaël Carré's avatar Rafaël Carré

direct2d: link with libuuid

parent 56b02112
...@@ -3211,7 +3211,7 @@ AC_ARG_ENABLE(direct2d, ...@@ -3211,7 +3211,7 @@ AC_ARG_ENABLE(direct2d,
AS_IF([test "${enable_direct2d}" != "no"], [ AS_IF([test "${enable_direct2d}" != "no"], [
AC_CHECK_HEADERS(d2d1.h, [ AC_CHECK_HEADERS(d2d1.h, [
VLC_ADD_PLUGIN([direct2d]) VLC_ADD_PLUGIN([direct2d])
VLC_ADD_LIBS([direct2d],[-lgdi32 -lole32]) VLC_ADD_LIBS([direct2d],[-lgdi32 -lole32 -luuid])
], [ ], [
AC_MSG_WARN([Cannot find Direct2D headers!]) AC_MSG_WARN([Cannot find Direct2D headers!])
]) ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment