diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-06-08 02:04:22 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-06-08 02:04:38 +0200 |
commit | 68c89a9ce90e6911364e2e69305dcb43274eb650 (patch) | |
tree | 8eeb79a9bcaa16a79eafc9836d621d0f214afae3 /ConfigureChecks.cmake | |
parent | 53bd3f321c8f3b7157905f31876e370c6a356598 (diff) | |
download | tdemultimedia-68c89a9ce90e6911364e2e69305dcb43274eb650.tar.gz tdemultimedia-68c89a9ce90e6911364e2e69305dcb43274eb650.zip |
cmake: Fix build of ogg plugin in mpeglib
This relates to bug 2844
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d81209c6f41eb3f939b8d380c4326adf8b886403)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |