vaapiplugin: link against VA/GLX when enabled.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 8 Dec 2011 12:30:51 +0000 (13:30 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 8 Dec 2011 12:30:51 +0000 (13:30 +0100)
gst/vaapi/Makefile.am

index 19bd410..3e842dc 100644 (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