mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +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>
|
2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_formatid_to_caps):
|
* 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 # Configure external libs #
|
||||||
dnl ###########################
|
dnl ###########################
|
||||||
if test "x$HAVE_FFMPEG" = "xyes"; then
|
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)
|
AC_CONFIG_SUBDIRS(gst-libs/ext/ffmpeg/ffmpeg)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue