Change-Id: I5c92886c90236045a1a7ef3046aeb3e6578eed53
PKG_CHECK_MODULES(MM_COMMON, mm-common)
AC_SUBST(MM_COMMON_CFLAGS)
+PKG_CHECK_MODULES(TBM, libtbm)
+AC_SUBST(TBM_CFLAGS)
+AC_SUBST(TBM_LIBS)
+
dnl check if compiler understands -Wall (if yes, add -Wall to GST_CFLAGS)
AC_MSG_CHECKING([to see if compiler understands -Wall])
save_CFLAGS="$CFLAGS"
Name: gst-plugins-video-enc
-Version: 1.0.3
-Release: 4
+Version: 1.0.4
+Release: 0
License: LGPL-2.1+
Summary: nexell video encoder gstreamer plugin
Group: Development/Libraries
BuildRequires: nx-gst-meta-devel
BuildRequires: nx-video-api-devel
BuildRequires: pkgconfig(mm-common)
+BuildRequires: pkgconfig(libtbm)
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
libgstnxvideoenc_la_CFLAGS =\
$(GST_CFLAGS) \
$(MM_COMMON_CFLAGS) \
+ $(TBM_CFLAGS) \
-DTIZEN_FEATURE_ARTIK530 \
-I${includedir} \
-I${includedir}/libdrm
libgstnxvideoenc_la_LIBADD = \
$(GST_LIBS) \
+ $(TBM_LIBS) \
-lgstvideo-1.0 \
-lgstpbutils-1.0 \
-lnxgstmeta \