summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-08-10 08:11:46 +0200
committerDavid Tardon <dtardon@redhat.com>2012-08-10 08:11:46 +0200
commit982babf0488d5afcfadf78dc7eda7d0d47dda0e5 (patch)
treeeb58e0c33cb54e35c72a9f3510e67f8153d563ae /configure.in
parent2c2d6e261c538cc8f78a6b69d1d1d8cb0f4ab0c0 (diff)
make avmedia build with gstreamer-0.10
Change-Id: I6124904cecdb8ea66477f40b6771a103a8058c10
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0436625789b2..65ddb9546537 100644
--- a/configure.in
+++ b/configure.in
@@ -9245,7 +9245,7 @@ if test "$build_gstreamer_0_10" = "yes"; then
if test "x$enable_gstreamer_0_10" != "xno"; then
ENABLE_GSTREAMER_0_10="TRUE"
AC_MSG_RESULT([yes])
- PKG_CHECK_MODULES( GSTREAMER_0_10, gstreamer-0.10 gstreamer-plugins-base-0.10 )
+ PKG_CHECK_MODULES( GSTREAMER_0_10, gstreamer-0.10 gstreamer-plugins-base-0.10 gstreamer-interfaces-0.10 )
else
AC_MSG_RESULT([no])
fi