Remove Rust MP4 parser

Part 1 for #58
This commit is contained in:
wolfbeast 2018-03-13 10:00:19 +01:00 committed by Roy Tam
commit 1ef84eb532
28 changed files with 0 additions and 4526 deletions

View file

@ -156,10 +156,6 @@ private:
DECL_MEDIA_PREF("media.ogg.flac.enabled", FlacInOgg, bool, false);
DECL_MEDIA_PREF("media.flac.enabled", FlacEnabled, bool, true);
#if defined(MOZ_RUST_MP4PARSE) && !defined(RELEASE_OR_BETA)
DECL_MEDIA_PREF("media.rust.test_mode", RustTestMode, bool, false);
#endif
public:
// Manage the singleton:
static MediaPrefs& GetSingleton();