[vlc-commits] configure: allow compilation without libvorbis

Rémi Denis-Courmont git at videolan.org
Fri Jun 20 17:11:56 CEST 2014


vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 19 23:41:58 2014 +0300| [b1a0f2632c73c95aa93cd8be592cbc9ce33a0cfe] | committer: Jean-Baptiste Kempf

configure: allow compilation without libvorbis

(cherry picked from commit 6c8a9a3c92395f00c201a6d24e0c9a7930645cca)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=b1a0f2632c73c95aa93cd8be592cbc9ce33a0cfe
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8eecc3c..e5e4fcd 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