From 041090a8d503a199ffbbe12237f0410807712a5a Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 14 Aug 2006 09:17:48 +0000 Subject: [PATCH] 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). --- ChangeLog | 7 +++++++ common | 2 +- configure.ac | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c1615bd0c..cdd685c9c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-08-14 Edward Hervey + + * 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 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_lowres_get_type), diff --git a/common b/common index 53ecdc0c97..e9ea99f6e8 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 53ecdc0c97a2992e5abeddd41d514bc142401e5d +Subproject commit e9ea99f6e89d7e1af3a0a859bfeb0ed6ecf2e3a9 diff --git a/configure.ac b/configure.ac index 4ada4560b0..5337bcdbc4 100644 --- a/configure.ac +++ b/configure.ac @@ -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(