Revert "Bug 1711882: apply code formatting via Lando" for causing bustages at MP4Metadata.cpp.
This reverts commit 85d4098c0e8f994fa78270706c99ace463bfb2a8.
Revert "Bug 1711882 - Add a test. r=media-playback-reviewers,alwu"
This reverts commit 9641b112af8119ce2edac61689c41e273d3a506b.
Revert "Bug 1711882 - Add xHE-AAC mime type to IsAACCodecString. r=media-playback-reviewers,alwu"
This reverts commit 5372352dae879d465d33cec83a79e752fb188bd9.
Revert "Bug 1711882 - mach vendor rust. r=media-playback-reviewers,supply-chain-reviewers,kinetik"
This reverts commit f091421abd585e250f3543fd4cc9d570bf43fb7e.
Revert "Bug 1711882 - Update mp4parse-rust 7128fb537edb806e2ad4e28ec5d804c28a043810. r=media-playback-reviewers,kinetik"
This reverts commit e0efc111623438352c906816409150e299c22421.
#! gmake# # This Source Code Form is subject to the terms of the Mozilla Public# License, v. 2.0. If a copy of the MPL was not distributed with this# file, You can obtain one at http://mozilla.org/MPL/2.0/.######################################################################## (1) Include initial platform-independent assignments (MANDATORY). ########################################################################include manifest.mn######################################################################## (2) Include "global" configuration information. (OPTIONAL) ########################################################################include $(CORE_DEPTH)/coreconf/config.mk######################################################################## (3) Include "component" configuration information. (OPTIONAL) ################################################################################################################################################ (4) Include "local" platform-dependent assignments (OPTIONAL). ########################################################################include $(PLAT_DEPTH)/platlibs.mk######################################################################## (5) Execute "global" rules. (OPTIONAL) ########################################################################include $(CORE_DEPTH)/coreconf/rules.mk######################################################################## (6) Execute "component" rules. (OPTIONAL) ################################################################################################################################################ (7) Execute "local" rules. (OPTIONAL). ########################################################################include $(PLAT_DEPTH)/platrules.mk