]> git.sesse.net Git - vlc/blobdiff - configure.ac
omxil: factorize FreeBuffers and AllocateBuffers
[vlc] / configure.ac
index aa7a47b7648840fe16cd4203de5d023958204791..2f0116a3d8672b7216cb333021ec8dfac22ef011 100644 (file)
@@ -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])