diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5501032..17963a3 100644 --- a/configure.ac +++ b/configure.ac @@ -59,6 +59,7 @@ AS_IF([test "x$enable_gst" = "xyes"], [PKG_CHECK_MODULES(GST, [ gstreamer-1.0 >= $GST_REQUIRED gstreamer-base-1.0 >= $GST_REQUIRED + gstreamer-app-1.0 >= $GST_REQUIRED gstreamer-controller-1.0 >= $GST_REQUIRED gstreamer-audio-1.0 >= $GST_REQUIRED ], [ @@ -70,6 +71,7 @@ AS_IF([test "x$enable_gst" = "xyes"], gstreamer-1.0 >= $GST_REQUIRED gstreamer-base-1.0 >= $GST_REQUIRED + gstreamer-app-1.0 >= $GST_REQUIRED gstreamer-controller-1.0 >= $GST_REQUIRED gstreamer-audio-1.0 >= $GST_REQUIRED |