mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +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) \
|
$(LIBVA_CFLAGS) \
|
||||||
-I$(top_srcdir)/gst-libs
|
-I$(top_srcdir)/gst-libs
|
||||||
|
|
||||||
if USE_VAAPISINK_GLX
|
if USE_VAAPI_GLX
|
||||||
libgstvaapi_LIBS = \
|
libgstvaapi_LIBS = \
|
||||||
$(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-glx-$(GST_MAJORMINOR).la
|
$(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-glx-$(GST_MAJORMINOR).la
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue