mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
kms: rename variable used
Since this includes kms.
This commit is contained in:
parent
9229e34a6b
commit
bdcc9d1704
2 changed files with 3 additions and 3 deletions
|
@ -2386,7 +2386,7 @@ dnl *** kms ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_KMS, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_KMS, true)
|
||||||
AG_GST_CHECK_FEATURE(KMS, [drm/kms libraries], kms, [
|
AG_GST_CHECK_FEATURE(KMS, [drm/kms libraries], kms, [
|
||||||
AG_GST_PKG_CHECK_MODULES(GST_ALLOCATORS, gstreamer-allocators-1.0)
|
AG_GST_PKG_CHECK_MODULES(GST_ALLOCATORS, gstreamer-allocators-1.0)
|
||||||
PKG_CHECK_MODULES([DRM], [libdrm >= 2.4.55 libkms], HAVE_KMS=yes, HAVE_KMS=no)
|
PKG_CHECK_MODULES([KMS_DRM], [libdrm >= 2.4.55 libkms], HAVE_KMS=yes, HAVE_KMS=no)
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** ladspa ***
|
dnl *** ladspa ***
|
||||||
|
|
|
@ -13,7 +13,7 @@ libgstkmssink_la_CFLAGS = \
|
||||||
$(GST_VIDEO_CFLAGS) \
|
$(GST_VIDEO_CFLAGS) \
|
||||||
$(GST_ALLOCATORS_CFLAGS) \
|
$(GST_ALLOCATORS_CFLAGS) \
|
||||||
$(GST_CFLAGS) \
|
$(GST_CFLAGS) \
|
||||||
$(DRM_CFLAGS) \
|
$(KMS_DRM_CFLAGS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
libgstkmssink_la_LIBADD = \
|
libgstkmssink_la_LIBADD = \
|
||||||
|
@ -22,7 +22,7 @@ libgstkmssink_la_LIBADD = \
|
||||||
$(GST_VIDEO_LIBS) \
|
$(GST_VIDEO_LIBS) \
|
||||||
$(GST_ALLOCATORS_LIBS) \
|
$(GST_ALLOCATORS_LIBS) \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(DRM_LIBS) \
|
$(KMS_DRM_LIBS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
libgstkmssink_la_LDFLAGS = \
|
libgstkmssink_la_LDFLAGS = \
|
||||||
|
|
Loading…
Reference in a new issue