summaryrefslogtreecommitdiff
path: root/build-1360521-missing-cheddar.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-09-25 10:49:39 +0200
committerMartin Stransky <stransky@redhat.com>2017-09-25 10:49:39 +0200
commit8c8f061c471f460b166992ad0dd599ec142e0041 (patch)
tree94aded19182f9a904a28ab356647b9a51d0b0653 /build-1360521-missing-cheddar.patch
parentAdded switch to build mozbz#1399611 and disable it now for various regressions. (diff)
downloadlibrewolf-fedora-ff-8c8f061c471f460b166992ad0dd599ec142e0041.tar.gz
librewolf-fedora-ff-8c8f061c471f460b166992ad0dd599ec142e0041.tar.bz2
librewolf-fedora-ff-8c8f061c471f460b166992ad0dd599ec142e0041.zip
Update to 56.0
Diffstat (limited to 'build-1360521-missing-cheddar.patch')
-rw-r--r--build-1360521-missing-cheddar.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/build-1360521-missing-cheddar.patch b/build-1360521-missing-cheddar.patch
deleted file mode 100644
index 9595164..0000000
--- a/build-1360521-missing-cheddar.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/mozilla-release/media/libstagefright/binding/mp4parse_capi/Cargo.toml b/mozilla-release/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-index aee7ee9471..d7e3f55119 100644
---- a/mozilla-release/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-+++ b/mozilla-release/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"}
bgstack15