mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
switch v4l2src from experimental to normal build. Fixes #536831
Original commit message from CVS: switch v4l2src from experimental to normal build. Fixes #536831
This commit is contained in:
parent
ed0c7a04b1
commit
d33bbb1176
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-06-20 Christian Schaller <christian.schaller@collabora.co.uk>
|
||||
|
||||
* configure.ac: switch v4l2src over to the normal build instead of
|
||||
being 'experimental'. Fixes bug #536831.
|
||||
|
||||
2008-06-19 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 46ec7dfc1c09ff550ed6b7a4e0d3f2b2ac7d3ee8
|
||||
Subproject commit d9cd98b46aebaf143dc43d8563a3bff650be6a7e
|
|
@ -479,7 +479,6 @@ esac
|
|||
dnl *** Video 4 Linux 2 ***
|
||||
dnl for information about the header/define, see sys/v4l2/gstv4l2element.h
|
||||
dnl renamed to GST_V4L2 because of some conflict with kernel headers
|
||||
USE_GST_V4L2=$BUILD_EXPERIMENTAL
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_GST_V4L2, true)
|
||||
AG_GST_CHECK_FEATURE(GST_V4L2, [Video 4 Linux 2], v4l2src, [
|
||||
AC_MSG_CHECKING([Checking for up to date v4l2 installation])
|
||||
|
|
Loading…
Reference in a new issue