[vlc-devel] [PATCH 0/3]i configure: Add --disable-all.
    Georgi Chorbadzhiyski 
    gf at unixsol.org
       
    Thu Dec  1 17:43:15 CET 2011
    
    
  
The following patch series add --disable-all switch to configure and
show enabled plugins when configure is over.
This allows me to compile minimal vlc with only:
./configure \
  --disable-all \
  --enable-vlc \
  --enable-a52 \
  --enable-x264 \
  --enable-avcodec \
  --enable-avformat \
  --enable-swscale \
  --enable-sout \
  --enable-dvbpsi
There are some plugins in configure that are always enabled. For example
./configure --disable-all results in the following plugins:
 access_shm, dynamicoverlay and fb
I'll fix these (add configure options for them) if the current aproach is
acceptable.
Georgi Chorbadzhiyski (3):
  m4: Add VLC_ARG_ENABLE function.
  configure.ac: Replace AC_ARG_ENABLE with VLC_ARG_ENABLE.
  configure: Show enabled plugins.
 configure.ac   |  222 +++++++++++++++++++++++++++++--------------------------
 m4/with_pkg.m4 |   15 ++++-
 2 files changed, 131 insertions(+), 106 deletions(-)
-- 
1.7.5.1
    
    
More information about the vlc-devel
mailing list