firefox: fix flac-no-ffvpx.patch
This commit is contained in:
parent
2d45451722
commit
270a60fc01
|
@ -19,7 +19,7 @@ index 53fc3c9937f7..b23771ab80fa 100644
|
||||||
+#elif defined(MOZ_FFMPEG)
|
+#elif defined(MOZ_FFMPEG)
|
||||||
+ RefPtr<PDMFactory> platform = new PDMFactory();
|
+ RefPtr<PDMFactory> platform = new PDMFactory();
|
||||||
+ return StaticPrefs::media_flac_enabled() &&
|
+ return StaticPrefs::media_flac_enabled() &&
|
||||||
+ platform->SupportsMimeType(NS_LITERAL_CSTRING("audio/flac"),
|
+ platform->SupportsMimeType("audio/flac"_ns,
|
||||||
+ /* DecoderDoctorDiagnostics* */ nullptr);
|
+ /* DecoderDoctorDiagnostics* */ nullptr);
|
||||||
#else
|
#else
|
||||||
// Until bug 1295886 is fixed.
|
// Until bug 1295886 is fixed.
|
||||||
|
|
Loading…
Reference in New Issue