summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-05-30 00:22:40 +0200
committerStefano Karapetsas <[email protected]>2012-05-30 00:22:40 +0200
commit29c6431271aac10191aff426b5b3d0e69a118d16 (patch)
tree589f17e82d3cca9aa9c4a6875052ceadecb00fe9 /configure.ac
parent3cba0b7999e712914cc92ce0090111845800ce8b (diff)
downloadmate-media-29c6431271aac10191aff426b5b3d0e69a118d16.tar.bz2
mate-media-29c6431271aac10191aff426b5b3d0e69a118d16.tar.xz
re-add another missing gstreamer part in configure.ac removed with grecord
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 99c8d7f..ba89375 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,6 +200,8 @@ PKG_CHECK_MODULES(GSR, [
PROGRAMS_GRECORD_ERROR="$GSR_PKG_ERRORS"
])
+AC_SUBST(GSR_CFLAGS)
+AC_SUBST(GSR_LIBS)
AM_CONDITIONAL(HAVE_GSTREAMER, [test x$have_gst = xyes])
AC_PATH_PROG(MATECONFTOOL, mateconftool-2)