diff options
author | khanku <khanku@localhost> | 2017-05-27 22:40:07 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-09 13:00:35 +0000 |
commit | 8bd4ddd35351eda6ea89e460312291ebd0f43fb6 (patch) | |
tree | 51b3c715cee386e1fbd1000a2240b462d5ca2ce7 /testing/firefox/fix-bug-1338655.patch | |
parent | 883cd12b549a992175f1f7f51d2371e15d13b66d (diff) | |
download | aports-8bd4ddd35351eda6ea89e460312291ebd0f43fb6.tar.bz2 aports-8bd4ddd35351eda6ea89e460312291ebd0f43fb6.tar.xz |
testing/firefox: update to 53.0.3
Diffstat (limited to 'testing/firefox/fix-bug-1338655.patch')
-rw-r--r-- | testing/firefox/fix-bug-1338655.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/firefox/fix-bug-1338655.patch b/testing/firefox/fix-bug-1338655.patch new file mode 100644 index 0000000000..a6259ebef4 --- /dev/null +++ b/testing/firefox/fix-bug-1338655.patch @@ -0,0 +1,29 @@ +--- 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"} |