diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-08-17 18:29:37 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-08-17 18:29:37 +0000 |
commit | 607e86ae083d1feaa9d9f3b12aa6d5a0f4ca06a5 (patch) | |
tree | b2404d3aa4c6d1ee30e911fa9d6137c8b6fad8c9 /www/firefox | |
parent | e19c8e662058685eb69a636b46c538f051fa0204 (diff) | |
download | ports-607e86ae083d1feaa9d9f3b12aa6d5a0f4ca06a5.tar.gz ports-607e86ae083d1feaa9d9f3b12aa6d5a0f4ca06a5.zip |
Notes
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/files/patch-bug897300 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www/firefox/files/patch-bug897300 b/www/firefox/files/patch-bug897300 deleted file mode 100644 index bc8a496d767f..000000000000 --- a/www/firefox/files/patch-bug897300 +++ /dev/null @@ -1,19 +0,0 @@ -# HG changeset patch -# User Randell Jesup <rjesup@jesup.org> -# Date 1375222105 14400 -# Node ID 64c5cc9bad2e84a9b1d6392b095ad06a75b94a4e -# Parent 0368f4123c8aeb2209582fb8faf3bcb04acd0e13 -Bug897300: Correct mis-merge for pulse audio on Aurora from bug 886886 r=padenot a=bajaj - -diff --git a/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h b/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h ---- media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h.orig 2013-08-14 15:49:41.000000000 +0200 -+++ media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h 2013-08-17 12:47:34.551632139 +0200 -@@ -313,7 +313,7 @@ - bool _inputDeviceIsSpecified; - bool _outputDeviceIsSpecified; - -- WebRtc_UWord32 _samplingFreq; -+ WebRtc_UWord32 sample_rate_hz_; - WebRtc_UWord8 _recChannels; - WebRtc_UWord8 _playChannels; - |