From d81209c6f41eb3f939b8d380c4326adf8b886403 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 --- ConfigureChecks.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 6eb512e2..12c977ef 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -247,7 +247,7 @@ if( WITH_VORBIS ) endif( ) set( HAVE_VORBIS 1 ) - set( HAVE_OGG_VORBIS 1 ) + set( OGG_VORBIS 1 ) endif( WITH_VORBIS ) -- cgit v1.2.1