Title: [124449] trunk
- Revision
- 124449
- Author
- [email protected]
- Date
- 2012-08-02 06:45:07 -0700 (Thu, 02 Aug 2012)
Log Message
[GTK] When farstream is not present do not enable MediaStream
Reviewed by Philippe Normand.
When farstream libraries are no present, simply do not build MediaStream
support.
* configure.ac:
Modified Paths
Diff
Modified: trunk/ChangeLog (124448 => 124449)
--- trunk/ChangeLog 2012-08-02 13:17:06 UTC (rev 124448)
+++ trunk/ChangeLog 2012-08-02 13:45:07 UTC (rev 124449)
@@ -1,3 +1,14 @@
+2012-08-02 Martin Robinson <[email protected]>
+
+ [GTK] When farstream is not present do not enable MediaStream
+
+ Reviewed by Philippe Normand.
+
+ When farstream libraries are no present, simply do not build MediaStream
+ support.
+
+ * configure.ac:
+
2012-08-01 Jian Li <[email protected]>
Add new CSS property "-webkit-widget-region" to expose dashboard region support for other port
Modified: trunk/configure.ac (124448 => 124449)
--- trunk/configure.ac 2012-08-02 13:17:06 UTC (rev 124448)
+++ trunk/configure.ac 2012-08-02 13:45:07 UTC (rev 124449)
@@ -471,8 +471,8 @@
fi
if test "$enable_media_stream" = "yes"; then
- PKG_CHECK_MODULES([FARSTREAM], [farstream-0.1], [have_farstream=yes],
- AC_MSG_ERROR([farstream is required to enable media_stream]))
+ PKG_CHECK_MODULES([FARSTREAM], [farstream-0.1],
+ [have_farstream=yes], [enable_media_stream=false])
AC_SUBST([FARSTREAM_CFLAGS])
AC_SUBST([FARSTREAM_LIBS])
fi
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes