[vlc-commits] configure: allow compilation without libvorbis
    Rémi Denis-Courmont 
    git at videolan.org
       
    Thu Jun 19 22:42:14 CEST 2014
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 19 23:41:58 2014 +0300| [6c8a9a3c92395f00c201a6d24e0c9a7930645cca] | committer: Rémi Denis-Courmont
configure: allow compilation without libvorbis
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6c8a9a3c92395f00c201a6d24e0c9a7930645cca
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index aa7a47b..2f0116a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2001,7 +2001,7 @@ dnl
 PKG_ENABLE_MODULES_VLC([OGG], [], [ogg >= 1.0], [Ogg demux support], [auto])
 PKG_CHECK_MODULES(LIBVORBIS, [vorbis >= 1.1], [
     AC_DEFINE(HAVE_LIBVORBIS, 1, [Define to 1 if you have the libvorbis])
-],[])
+],[true])
 PKG_ENABLE_MODULES_VLC([OGG], [], [ogg >= 1.0], [Ogg demux support], [auto], [${LIBVORBIS_CFLAGS}], [${LIBVORBIS_LIBS}])
 if test "${enable_sout}" != "no"; then
     PKG_ENABLE_MODULES_VLC([MUX_OGG], [], [ogg >= 1.0], [Ogg mux support], [auto])
    
    
More information about the vlc-commits
mailing list