summaryrefslogtreecommitdiffstats
path: root/dom/media/flac/FlacDecoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/flac/FlacDecoder.cpp')
-rw-r--r--dom/media/flac/FlacDecoder.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/dom/media/flac/FlacDecoder.cpp b/dom/media/flac/FlacDecoder.cpp
index 2f205c9aae..07d9f10983 100644
--- a/dom/media/flac/FlacDecoder.cpp
+++ b/dom/media/flac/FlacDecoder.cpp
@@ -11,13 +11,7 @@
namespace mozilla {
/* static */
-bool FlacDecoder::IsEnabled() {
-#ifdef MOZ_FFVPX
- return StaticPrefs::media_flac_enabled();
-#else
- return false;
-#endif
-}
+bool FlacDecoder::IsEnabled() { return StaticPrefs::media_flac_enabled(); }
/* static */
bool FlacDecoder::IsSupportedType(const MediaContainerType& aContainerType) {