Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: webrtc/modules/audio_coding/codecs/opus/opus/opus_srcs_arm.gypi

Issue 1612443002: Create local copy of Opus v1.1.2 Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: testing if neteq4_opus_network_stats.dat.sha1 needs to be updated Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/codecs/opus/opus/opus_srcs_arm.gypi
diff --git a/webrtc/modules/audio_coding/codecs/opus/opus/opus_srcs_arm.gypi b/webrtc/modules/audio_coding/codecs/opus/opus/opus_srcs_arm.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..79e1cb0ee7ce5ed97810e169d2e0fa80e093bb25
--- /dev/null
+++ b/webrtc/modules/audio_coding/codecs/opus/opus/opus_srcs_arm.gypi
@@ -0,0 +1,17 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'sources': [
+ 'src/celt/arm/fixed_armv4.h',
+ 'src/celt/arm/fixed_armv5e.h',
+ 'src/celt/arm/kiss_fft_armv4.h',
+ 'src/celt/arm/kiss_fft_armv5e.h',
+ 'src/celt/pitch_arm.h',
+ 'src/silk/arm/macro_armv4.h',
+ 'src/silk/arm/macro_armv5e.h',
+ 'src/silk/arm/SigProc_FIX_armv4.h',
+ 'src/silk/arm/SigProc_FIX_armv5e.h',
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698