ekiga r7569 - trunk
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7569 - trunk
- Date: Sat, 17 Jan 2009 20:28:06 +0000 (UTC)
Author: jpuydt
Date: Sat Jan 17 20:28:06 2009
New Revision: 7569
URL: http://svn.gnome.org/viewvc/ekiga?rev=7569&view=rev
Log:
Set the dep on gstreamer-plugins-base to a version which has the app code!
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Jan 17 20:28:06 2009
@@ -514,19 +514,7 @@
if test "x$enable_gstreamer" = "xyes"; then
found_gstreamer=yes
- PKG_CHECK_MODULES([GSTREAMER], [gstreamer-plugins-base-0.10 gstreamer-interfaces-0.10])
- CPPFLAGS_save="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
- AC_CHECK_HEADER(gst/app/gstappbuffer.h,,found_gstreamer=no)
- AC_CHECK_HEADER(gst/app/gstappsink.h,,found_gstreamer=no)
- AC_CHECK_HEADER(gst/app/gstappsrc.h,,found_gstreamer=no)
- CPPFLAGS="$CPPFLAGS_save"
- LIBS_save="$LIBS"
- LIBS="$LIBS $GSTREAMER_LIBS"
- AC_CHECK_LIB(gstapp-0.10,gst_app_buffer_new,,found_gstreamer=no)
- AC_CHECK_LIB(gstapp-0.10,gst_app_sink_pull_buffer,,found_gstreamer=no)
- AC_CHECK_LIB(gstapp-0.10,gst_app_src_push_buffer,,found_gstreamer=no)
- LIBS="$LIBS_save"
+ PKG_CHECK_MODULES([GSTREAMER], [gstreamer-plugins-base-0.10 >= 0.10.21.3 gstreamer-interfaces-0.10])
if test "x$found_gstreamer" = "xno"; then
AC_MSG_ERROR([You asked for GStreamer, but we didn't find what we need])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]