aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-bug-1338655.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/firefox/fix-bug-1338655.patch')
-rw-r--r--testing/firefox/fix-bug-1338655.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/firefox/fix-bug-1338655.patch b/testing/firefox/fix-bug-1338655.patch
deleted file mode 100644
index a6259ebef4..0000000000
--- a/testing/firefox/fix-bug-1338655.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/media/libstagefright/binding/mp4parse-cargo.patch
-+++ b/media/libstagefright/binding/mp4parse-cargo.patch
-@@ -27,12 +27,13 @@ diff --git a/media/libstagefright/binding/mp4parse_capi/Cargo.toml b/media/libst
- index aeeebc65..5c0836a 100644
- --- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml
- +++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
--@@ -18,18 +18,10 @@ exclude = [
-+@@ -18,18 +18,12 @@ exclude = [
- "*.mp4",
- ]
-
- -build = "build.rs"
---
-++build = false
-+
- [dependencies]
- byteorder = "1.0.0"
- "mp4parse" = {version = "0.6.0", path = "../mp4parse"}
---- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-+++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-@@ -18,6 +18,8 @@ exclude = [
- "*.mp4",
- ]
-
-+build = false
-+
- [dependencies]
- byteorder = "1.0.0"
- "mp4parse" = {version = "0.6.0", path = "../mp4parse"}