slomo gst-plugins-good: gst-plugins-good/
[email protected] Sun, 7 Dec 2008 11:01:49 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVS Root: /cvs/gstreamer
Module: gst-plugins-good
Changes by: slomo
Date: Sun Dec 07 2008 19:01:49 UTC
Log message:
Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
* configure.ac:
Make usage of libv4l optional by a configure parameter.
Fixes bug #563504.
Modified files:
. : ChangeLog configure.ac
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.3847&r2=1.3848
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/configure.ac.diff?r1=1.778&r2=1.779
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-good/ChangeLog,v
retrieving revision 1.3847
retrieving revision 1.3848
diff -u -d -r1.3847 -r1.3848
--- ChangeLog 5 Dec 2008 09:24:08 -0000 1.3847
+++ ChangeLog 7 Dec 2008 19:01:33 -0000 1.3848
@@ -1,3 +1,11 @@
+2008-12-07 Sebastian Dröge <[email protected]>
+
+ Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
+ * configure.ac:
+ Make usage of libv4l optional by a configure parameter.
+ Fixes bug #563504.
2008-12-05 Sebastian Dröge <[email protected]>
* docs/plugins/Makefile.am:
Index: configure.ac
RCS file: /cvs/gstreamer/gst-plugins-good/configure.ac,v
retrieving revision 1.778
retrieving revision 1.779
diff -u -d -r1.778 -r1.779
--- configure.ac 4 Dec 2008 20:10:58 -0000 1.778
+++ configure.ac 7 Dec 2008 19:01:35 -0000 1.779
@@ -550,14 +550,24 @@
fi
])
+# Make libv4l2 non-automagic
+AC_ARG_WITH([libv4l2],
+ AC_HELP_STRING([--with-libv4l2],
+ [support video buffer conversion using libv4l2]),
+ [],
+ [with_libv4l2=check])
if test x$HAVE_GST_V4L2 = xyes; then
- PKG_CHECK_MODULES(LIBV4L2, libv4l2,
- [ have_libv4l2=yes
- AC_DEFINE(HAVE_LIBV4L2, 1,
- [Whether libv4l2 is available for video buffer conversion])
- ], [
- have_libv4l2=no
- ])
+ if test x$with_libv4l2 != xno; then
+ PKG_CHECK_MODULES(LIBV4L2, libv4l2,
+ [ have_libv4l2=yes
+ AC_DEFINE(HAVE_LIBV4L2, 1,
+ [Whether libv4l2 is available for video buffer conversion])
+ ], [
+ have_libv4l2=no
+ ])
+ else
+ have_libv4l2=no
+ fi
fi
dnl Check for X11
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose