]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugin-ducati.git/blobdiff - configure.ac
directory struct alignment with latest codecengine
[glsdk/gst-plugin-ducati.git] / configure.ac
index 26dbcc3ff9c4d815ee2f99666b7f710baaf93f3a..923d7beefc455c628bc39ab85f3cc188678ec4f6 100644 (file)
@@ -73,9 +73,6 @@ AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, [ ], [
   AC_MSG_ERROR([You need to have pkg-config installed!])
 ])
 
-dnl Check for tiler memmgr
-PKG_CHECK_MODULES([MEMMGR], [libtimemmgr])
-
 dnl Check for required codec-engine library..
 PKG_CHECK_MODULES(LIBDCE, [libdce >= 1.0.0])
 
@@ -84,6 +81,8 @@ dnl This will export GST_CFLAGS and GST_LIBS variables for use in Makefile.am
 PKG_CHECK_MODULES(GST, [
   gstreamer-0.10 >= $GST_REQUIRED
   gstreamer-base-0.10 >= $GST_REQUIRED
+  gstreamer-plugins-base-0.10 >= $GST_REQUIRED
+  gstreamer-plugins-bad-0.10
 ], [
   AC_SUBST(GST_CFLAGS)
   AC_SUBST(GST_LIBS)