diff options
-rw-r--r-- | HACKING | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -48,6 +48,7 @@ THE WAY - cvs add .pc/(patchsetname)/(file) - cvs commit .pc/(patchsetname) (to update the state of quilt in cvs) - edit the file + - cvs add the file if it doesn't exist yet - quilt refresh - quilt push -a (This one is IMPORTANT, otherwise you'll have a huge diff) - cvs commit diff --git a/configure.ac b/configure.ac index a98f88d..84172ab 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ dnl ########################### 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-ffplay --disable-ffserver" +ac_configure_args="$ac_configure_args --disable-v4l --disable-audio-oss --disable-dv1394 --disable-vhook --disable-ffmpeg --disable-ffserver" AC_CONFIG_SUBDIRS(gst-libs/ext/ffmpeg) AC_CONFIG_FILES( |