mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
configure.ac: Don't build programs in ffmpeg checkout, since we're never going to use them in the gstreamer plugin. A...
Original commit message from CVS: * configure.ac: Don't build programs in ffmpeg checkout, since we're never going to use them in the gstreamer plugin. Also it allows building the plugin on systems that don't have UI-specific libraries (like X).
This commit is contained in:
parent
e7fcbe1177
commit
041090a8d5
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-08-14 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
Don't build programs in ffmpeg checkout, since we're never going to use
|
||||
them in the gstreamer plugin. Also it allows building the plugin on
|
||||
systems that don't have UI-specific libraries (like X).
|
||||
|
||||
2006-07-19 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_lowres_get_type),
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 53ecdc0c97a2992e5abeddd41d514bc142401e5d
|
||||
Subproject commit e9ea99f6e89d7e1af3a0a859bfeb0ed6ecf2e3a9
|
|
@ -161,7 +161,7 @@ dnl *** configure external libs ***
|
|||
|
||||
AC_DEFINE_UNQUOTED(HAVE_FFMPEG_UNINSTALLED, 1,
|
||||
[Defined if building against uninstalled FFmpeg source])
|
||||
ac_configure_args="$ac_configure_args --disable-v4l --disable-audio-oss --disable-dv1394 --disable-vhook --disable-ffmpeg --disable-ffserver --enable-pp"
|
||||
ac_configure_args="$ac_configure_args --disable-v4l --disable-audio-oss --disable-dv1394 --disable-vhook --disable-ffmpeg --disable-ffserver --disable-ffplay --disable-sdltest --enable-pp"
|
||||
AC_CONFIG_SUBDIRS(gst-libs/ext/ffmpeg)
|
||||
|
||||
AC_CONFIG_FILES(
|
||||
|
|
Loading…
Reference in a new issue