1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

By default disable the stream_out_transrate plug-in since it takes 2 hours

compiling.
This commit is contained in:
Christophe Massiot 2003-11-08 14:54:03 +00:00
parent a347d39f24
commit e12e442b95

View File

@ -1,5 +1,5 @@
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.108 2003/11/07 22:56:02 gbazin Exp $
dnl $Id: configure.ac,v 1.109 2003/11/08 14:54:03 massiot Exp $
AC_INIT(vlc,0.6.3-cvs)
@ -1064,7 +1064,7 @@ then
AX_ADD_PLUGINS([stream_out_dummy stream_out_standard stream_out_es stream_out_rtp])
AX_ADD_PLUGINS([stream_out_duplicate stream_out_display stream_out_gather])
AX_ADD_PLUGINS([stream_out_transrate])
# AX_ADD_PLUGINS([stream_out_transrate])
dnl Ogg and vorbis are handled in their respective section
fi