[vlc-devel] [PATCH 3/3] configure: Show enabled plugins.
    Georgi Chorbadzhiyski 
    gf at unixsol.org
       
    Thu Dec  1 17:43:18 CET 2011
    
    
  
---
 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index a44f447..5ea8e5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4297,7 +4297,8 @@ libvlc configuration
 version               : ${VERSION}
 system                : ${SYS}
 architecture          : ${ARCH}
-optimizations         : ${enable_optimizations}"
+optimizations         : ${enable_optimizations}
+plugins               : ${PLUGINS}"
 if test "${enable_vlc}" != "no"; then
 echo "vlc aliases           :${ALIASES}"
 else
-- 
1.7.5.1
    
    
More information about the vlc-devel
mailing list