vaapiplugin: link against VA/GLX when enabled.

This commit is contained in:
Gwenole Beauchesne 2011-12-08 13:30:51 +01:00
parent 04d4c9f225
commit f3d89f8bc0

View file

@ -4,7 +4,7 @@ libgstvaapi_CFLAGS = \
$(LIBVA_CFLAGS) \
-I$(top_srcdir)/gst-libs
if USE_VAAPISINK_GLX
if USE_VAAPI_GLX
libgstvaapi_LIBS = \
$(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-glx-$(GST_MAJORMINOR).la
else