Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 334668 Details for
Bug 439884
www-client/chromium-9999-r1: third_party/opus
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
system-opus.patch
system-opus.patch (text/plain), 1007 bytes, created by
Elan Ruusamäe
on 2013-01-06 16:19:00 UTC
(
hide
)
Description:
system-opus.patch
Filename:
MIME Type:
Creator:
Elan Ruusamäe
Created:
2013-01-06 16:19:00 UTC
Size:
1007 bytes
patch
obsolete
>--- chromium-browser-25.0.1364.5/src/media/filters/opus_audio_decoder.cc~ 2012-12-20 10:01:10.000000000 +0200 >+++ chromium-browser-25.0.1364.5/src/media/filters/opus_audio_decoder.cc 2013-01-06 13:47:49.557009450 +0200 >@@ -15,8 +15,7 @@ > #include "media/base/decoder_buffer.h" > #include "media/base/demuxer.h" > #include "media/base/pipeline.h" >-#include "third_party/opus/src/include/opus.h" >-#include "third_party/opus/src/include/opus_multistream.h" >+#include "third_party/opus/opus.h" > > namespace media { > >--- chromium-browser-25.0.1364.5/src/third_party/opus/opus.h 2013-01-06 14:34:57.267997054 +0200 >+++ chromium-browser-25.0.1364.5/src/third_party/opus/opus.h 2013-01-06 17:26:46.252153771 +0200 >@@ -7,6 +7,11 @@ > >+#if !defined(THIRD_PARTY_OPUS_H) >+#define THIRD_PARTY_OPUS_H > #if defined(USE_SYSTEM_OPUS) > #include <opus/opus.h> >+#include <opus/opus_multistream.h> > #else > #include "third_party/opus/src/include/opus.h" >+#include "third_party/opus/src/include/opus_multistream.h" >+#endif > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 439884
:
327526
|
328806
| 334668