From 68c89a9ce90e6911364e2e69305dcb43274eb650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 8 Jun 2018 02:04:22 +0200 Subject: cmake: Fix build of ogg plugin in mpeglib This relates to bug 2844 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit d81209c6f41eb3f939b8d380c4326adf8b886403) --- config.h.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 6f46a622..bee10800 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -26,7 +26,7 @@ #cmakedefine HAVE_LIBFLAC 1 #cmakedefine HAVE_VORBIS 1 -#cmakedefine HAVE_OGG_VORBIS 1 +#cmakedefine OGG_VORBIS 1 /* mpeglib */ #cmakedefine ATTRIBUTE_ALIGNED_MAX @ATTRIBUTE_ALIGNED_MAX@ -- cgit v1.2.1