mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
configure.ac: Call ffmpeg's configure with --disable-v4l,
Original commit message from CVS: * configure.ac: Call ffmpeg's configure with --disable-v4l, --disable-oss-audio, --disable-dv1394 (bug #127873)
This commit is contained in:
parent
8800cd993d
commit
926a3caea2
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-03-05 David Schleef <ds@schleef.org>
|
||||
|
||||
* configure.ac: Call ffmpeg's configure with --disable-v4l,
|
||||
--disable-oss-audio, --disable-dv1394 (bug #127873)
|
||||
|
||||
2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_formatid_to_caps):
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 874dab5c3461ad7487f1ae029256b6da82dddf6d
|
||||
Subproject commit 4eb02711e49a6aadf900d6fd9d220c17115fec2a
|
|
@ -114,6 +114,7 @@ dnl ###########################
|
|||
dnl # Configure external libs #
|
||||
dnl ###########################
|
||||
if test "x$HAVE_FFMPEG" = "xyes"; then
|
||||
ac_configure_args="$ac_configure_args --disable-v4l --disable-audio-oss --disable-dv1394"
|
||||
AC_CONFIG_SUBDIRS(gst-libs/ext/ffmpeg/ffmpeg)
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue