[vlc-commits] Fix skins2
    Rémi Denis-Courmont 
    git at videolan.org
       
    Wed Sep  7 19:54:23 CEST 2011
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Sep  7 20:54:06 2011 +0300| [b15a34c4c19ca81ad6d2efdf46fa5681065abc53] | committer: Rémi Denis-Courmont
Fix skins2
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b15a34c4c19ca81ad6d2efdf46fa5681065abc53
---
 configure.ac |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 205501e..adbbddd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3614,9 +3614,11 @@ AS_IF([test "${enable_skins2}" != "no"], [
     ], [
       AC_MSG_ERROR([Skins2 interface requires FreeType, libxpm, libxext and libxinerama])
     ])
+    enable_skins2="no"
+  ], [
+    VLC_ADD_PLUGIN([skins2])
+    ALIASES="${ALIASES} svlc"
   ])
-  VLC_ADD_PLUGIN([skins2])
-  ALIASES="${ALIASES} svlc"
 ])
 AM_CONDITIONAL(BUILD_SKINS, [test "${enable_skins2}" = "yes"])
 
    
    
More information about the vlc-commits
mailing list