mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-07 16:49:52 +00:00
configure.ac: add gst-allocator check in msdk.
With out check gst-allocator, there will be a gst-allocator api symbol link error when call for libgstmsdk.so.
This commit is contained in:
parent
d67d866eb9
commit
2fd3130350
1 changed files with 1 additions and 0 deletions
|
@ -1046,6 +1046,7 @@ AG_GST_CHECK_FEATURE(TINYALSA, [tinyalsa], tinyalsa, [
|
|||
dnl check for intel mediasdk
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_MSDK, true)
|
||||
AG_GST_CHECK_FEATURE(MSDK, [Intel MediaSDK], msdk, [
|
||||
AG_GST_PKG_CHECK_MODULES(GST_ALLOCATORS, gstreamer-allocators-1.0)
|
||||
PKG_CHECK_MODULES(G_UDEV, gudev-1.0 , [
|
||||
AC_DEFINE([HAVE_GUDEV], 1, [Define if gudev is installed])
|
||||
HAVE_GUDEV="yes" ],
|
||||
|
|
Loading…
Reference in a new issue