diff options
| author | Florian Smeets <flo@FreeBSD.org> | 2013-09-18 22:40:57 +0000 |
|---|---|---|
| committer | Florian Smeets <flo@FreeBSD.org> | 2013-09-18 22:40:57 +0000 |
| commit | ec4fcd4b2ae992fc8b3cedac4e53df84bbdf643d (patch) | |
| tree | 424e8968903e2637d7f62a6c7e33ecfdbabacec0 /mail/thunderbird/files/patch-bug806139 | |
| parent | Add comas, to improve grammar (diff) | |
- update firefox, thunderbird and libxul to 24.0
- update seamonkey to 2.21
- update firefox-esr to 17.0.9
- enable GSTREAMER by default for html5 with h264/aac/mp3
- WEBRTC is now always built
- add PROFILE and TESTS options
Security: 7dfed67b-20aa-11e3-b8d8-0025905a4771
In collaboration with: Jan Beich <jbeich@tormail.org>
Notes
Notes:
svn path=/head/; revision=327587
Diffstat (limited to 'mail/thunderbird/files/patch-bug806139')
| -rw-r--r-- | mail/thunderbird/files/patch-bug806139 | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/thunderbird/files/patch-bug806139 b/mail/thunderbird/files/patch-bug806139 deleted file mode 100644 index d3676869659b..000000000000 --- a/mail/thunderbird/files/patch-bug806139 +++ /dev/null @@ -1,29 +0,0 @@ ---- mozilla/content/html/content/public/nsHTMLMediaElement.h~ -+++ mozilla/content/html/content/public/nsHTMLMediaElement.h -@@ -311,7 +311,7 @@ public: - static bool IsH264Enabled(); - static bool IsH264Type(const nsACString& aType); - static const char gH264Types[3][16]; -- static char const *const gH264Codecs[7]; -+ static char const *const gH264Codecs[9]; - #endif - - #ifdef MOZ_MEDIA_PLUGINS ---- mozilla/content/html/content/src/nsHTMLMediaElement.cpp~ -+++ mozilla/content/html/content/src/nsHTMLMediaElement.cpp -@@ -2114,12 +2114,14 @@ const char nsHTMLMediaElement::gH264Type - "video/quicktime", - }; - --char const *const nsHTMLMediaElement::gH264Codecs[7] = { -+char const *const nsHTMLMediaElement::gH264Codecs[9] = { - "avc1.42E01E", - "avc1.42001E", - "avc1.58A01E", - "avc1.4D401E", - "avc1.64001E", -+ "avc1.64001F", -+ "mp4v.20.3", - "mp4a.40.2", - nullptr - }; |
