diff --git a/CMakeLists.txt b/CMakeLists.txt index b8093611e..d7be65c28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -477,6 +477,11 @@ optional_component(MOODBAR ON "Moodbar" DEPENDS "gstreamer" HAVE_GSTREAMER ) +optional_component(EBUR128 ON "EBU R 128 loudness normalization" + DEPENDS "libebur128" LIBEBUR128_FOUND + DEPENDS "gstreamer" HAVE_GSTREAMER +) + if(APPLE OR WIN32) option(USE_BUNDLE "Bundle dependencies" ON) else()