summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-content_media_AudioStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-content_media_AudioStream.cpp')
-rw-r--r--www/firefox/patches/patch-content_media_AudioStream.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/firefox/patches/patch-content_media_AudioStream.cpp b/www/firefox/patches/patch-content_media_AudioStream.cpp
deleted file mode 100644
index ec469674baf..00000000000
--- a/www/firefox/patches/patch-content_media_AudioStream.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-content_media_AudioStream.cpp,v 1.1 2013/05/23 13:12:13 ryoon Exp $
-
---- content/media/AudioStream.cpp.orig 2013-05-11 19:19:24.000000000 +0000
-+++ content/media/AudioStream.cpp
-@@ -314,7 +314,7 @@ nsresult NativeAudioStream::Init(int32_t
- mChannels = aNumChannels;
-
- if (sa_stream_create_pcm(reinterpret_cast<sa_stream_t**>(&mAudioHandle),
-- NULL,
-+ "Mozilla",
- SA_MODE_WRONLY,
- SA_PCM_FORMAT_S16_NE,
- aRate,