mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
vaapiplugin: link against VA/GLX when enabled.
This commit is contained in:
parent
04d4c9f225
commit
f3d89f8bc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue