diff options
author | joerg <joerg@pkgsrc.org> | 2014-10-13 20:53:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-10-13 20:53:46 +0000 |
commit | bd4d8082acb67e29084858e20e5f11170dcd20ca (patch) | |
tree | a27b4639293e2354f29bc695e3a2e75d3edb26ba /www/firefox/patches | |
parent | cac850a59c8997e77e2cb62d6d823898a7882156 (diff) | |
download | pkgsrc-bd4d8082acb67e29084858e20e5f11170dcd20ca.tar.gz |
No conflicting forward declaration of SoundTouch.
Diffstat (limited to 'www/firefox/patches')
-rw-r--r-- | www/firefox/patches/patch-content_media_AudioStream.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/www/firefox/patches/patch-content_media_AudioStream.h b/www/firefox/patches/patch-content_media_AudioStream.h index 5ae162d0a86..71f2d58467c 100644 --- a/www/firefox/patches/patch-content_media_AudioStream.h +++ b/www/firefox/patches/patch-content_media_AudioStream.h @@ -1,4 +1,4 @@ -$NetBSD: patch-content_media_AudioStream.h,v 1.6 2014/10/05 01:59:08 ryoon Exp $ +$NetBSD: patch-content_media_AudioStream.h,v 1.7 2014/10/13 20:53:46 joerg Exp $ --- content/media/AudioStream.h.orig 2014-09-24 01:05:11.000000000 +0000 +++ content/media/AudioStream.h @@ -10,12 +10,14 @@ $NetBSD: patch-content_media_AudioStream.h,v 1.6 2014/10/05 01:59:08 ryoon Exp $ template <> class nsAutoRefTraits<cubeb_stream> : public nsPointerRefTraits<cubeb_stream> -@@ -26,7 +27,7 @@ public: +@@ -25,10 +26,6 @@ public: + static void Release(cubeb_stream* aStream) { cubeb_stream_destroy(aStream); } }; - namespace soundtouch { +-namespace soundtouch { -class SoundTouch; -+class MOZ_IMPORT_API SoundTouch; - } - +-} +- namespace mozilla { + + class AudioStream; |