480 lines
34 KiB
Diff
480 lines
34 KiB
Diff
diff -up chromium-60.0.3112.78/components/neterror/resources/sounds/button-press.mp3 chromium-60.0.3112.78/components/neterror/resources/sounds/button-press
|
|
diff -up chromium-60.0.3112.78/components/neterror/resources/sounds/hit.mp3 chromium-60.0.3112.78/components/neterror/resources/sounds/hit
|
|
diff -up chromium-60.0.3112.78/components/neterror/resources/sounds/score-reached.mp3 chromium-60.0.3112.78/components/neterror/resources/sounds/score-reached
|
|
diff -up chromium-60.0.3112.78/media/base/mime_util_internal.cc.mp3 chromium-60.0.3112.78/media/base/mime_util_internal.cc
|
|
--- chromium-60.0.3112.78/media/base/mime_util_internal.cc.mp3 2017-07-25 15:04:57.000000000 -0400
|
|
+++ chromium-60.0.3112.78/media/base/mime_util_internal.cc 2017-07-31 10:57:55.054231795 -0400
|
|
@@ -278,10 +278,10 @@ void MimeUtil::AddSupportedMediaFormats(
|
|
CodecSet webm_codecs(webm_audio_codecs);
|
|
webm_codecs.insert(webm_video_codecs.begin(), webm_video_codecs.end());
|
|
|
|
-#if BUILDFLAG(USE_PROPRIETARY_CODECS)
|
|
CodecSet mp3_codecs;
|
|
mp3_codecs.insert(MP3);
|
|
|
|
+#if BUILDFLAG(USE_PROPRIETARY_CODECS)
|
|
CodecSet aac;
|
|
aac.insert(MPEG2_AAC);
|
|
aac.insert(MPEG4_AAC);
|
|
@@ -325,10 +325,10 @@ void MimeUtil::AddSupportedMediaFormats(
|
|
AddContainerWithCodecs("application/ogg", ogg_codecs, false);
|
|
AddContainerWithCodecs("audio/flac", implicit_codec, false);
|
|
|
|
-#if BUILDFLAG(USE_PROPRIETARY_CODECS)
|
|
AddContainerWithCodecs("audio/mpeg", mp3_codecs, true); // Allow "mp3".
|
|
AddContainerWithCodecs("audio/mp3", implicit_codec, true);
|
|
AddContainerWithCodecs("audio/x-mp3", implicit_codec, true);
|
|
+#if BUILDFLAG(USE_PROPRIETARY_CODECS)
|
|
AddContainerWithCodecs("audio/aac", implicit_codec, true); // AAC / ADTS.
|
|
AddContainerWithCodecs("audio/mp4", mp4_audio_codecs, true);
|
|
DCHECK(!mp4_video_codecs.empty());
|
|
@@ -928,7 +928,6 @@ bool MimeUtil::IsCodecProprietary(Codec
|
|
case INVALID_CODEC:
|
|
case AC3:
|
|
case EAC3:
|
|
- case MP3:
|
|
case MPEG2_AAC:
|
|
case MPEG4_AAC:
|
|
case H264:
|
|
@@ -936,6 +935,7 @@ bool MimeUtil::IsCodecProprietary(Codec
|
|
case DOLBY_VISION:
|
|
return true;
|
|
|
|
+ case MP3:
|
|
case PCM:
|
|
case VORBIS:
|
|
case OPUS:
|
|
diff -up chromium-60.0.3112.78/media/BUILD.gn.mp3 chromium-60.0.3112.78/media/BUILD.gn
|
|
diff -up chromium-60.0.3112.78/media/formats/BUILD.gn.mp3 chromium-60.0.3112.78/media/formats/BUILD.gn
|
|
--- chromium-60.0.3112.78/media/formats/BUILD.gn.mp3 2017-07-31 11:00:08.486638957 -0400
|
|
+++ chromium-60.0.3112.78/media/formats/BUILD.gn 2017-07-31 11:01:17.867290730 -0400
|
|
@@ -12,6 +12,14 @@ source_set("formats") {
|
|
"ac3/ac3_util.h",
|
|
"common/offset_byte_queue.cc",
|
|
"common/offset_byte_queue.h",
|
|
+ "mpeg/adts_constants.cc",
|
|
+ "mpeg/adts_constants.h",
|
|
+ "mpeg/adts_stream_parser.cc",
|
|
+ "mpeg/adts_stream_parser.h",
|
|
+ "mpeg/mpeg1_audio_stream_parser.cc",
|
|
+ "mpeg/mpeg1_audio_stream_parser.h",
|
|
+ "mpeg/mpeg_audio_stream_parser_base.cc",
|
|
+ "mpeg/mpeg_audio_stream_parser_base.h",
|
|
"webm/webm_audio_client.cc",
|
|
"webm/webm_audio_client.h",
|
|
"webm/webm_cluster_parser.cc",
|
|
@@ -76,14 +84,6 @@ source_set("formats") {
|
|
"mp4/sample_to_group_iterator.h",
|
|
"mp4/track_run_iterator.cc",
|
|
"mp4/track_run_iterator.h",
|
|
- "mpeg/adts_constants.cc",
|
|
- "mpeg/adts_constants.h",
|
|
- "mpeg/adts_stream_parser.cc",
|
|
- "mpeg/adts_stream_parser.h",
|
|
- "mpeg/mpeg1_audio_stream_parser.cc",
|
|
- "mpeg/mpeg1_audio_stream_parser.h",
|
|
- "mpeg/mpeg_audio_stream_parser_base.cc",
|
|
- "mpeg/mpeg_audio_stream_parser_base.h",
|
|
]
|
|
}
|
|
|
|
diff -up chromium-60.0.3112.78/third_party/catapult/third_party/gsutil/gslib/tests/test_data/test.mp3 chromium-60.0.3112.78/third_party/catapult/third_party/gsutil/gslib/tests/test_data/test
|
|
diff -up chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/arm64/config.h.mp3 chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/arm64/config.h
|
|
--- chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/arm64/config.h.mp3 2017-07-31 10:18:49.000000000 -0400
|
|
+++ chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/arm64/config.h 2017-07-31 10:57:55.056231757 -0400
|
|
@@ -1,7 +1,7 @@
|
|
/* Automatically generated by configure - do not modify! */
|
|
#ifndef FFMPEG_CONFIG_H
|
|
#define FFMPEG_CONFIG_H
|
|
-#define FFMPEG_CONFIGURATION "--disable-everything --disable-all --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-static --enable-avcodec --enable-avformat --enable-avutil --enable-fft --enable-rdft --enable-static --enable-libopus --disable-bzlib --disable-error-resilience --disable-iconv --disable-lzo --disable-network --disable-schannel --disable-sdl --disable-symver --disable-xlib --disable-zlib --disable-securetransport --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --disable-nvenc --disable-cuda --disable-cuvid --enable-decoder='vorbis,libopus,flac' --enable-decoder='pcm_u8,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le' --enable-decoder='pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw' --enable-demuxer='ogg,matroska,wav,flac' --enable-parser='opus,vorbis,flac' --extra-cflags=-I/usr/local/google/home/tguilbert/Code/chromium/src/third_party/opus/src/include --optflags='\"-O2\"' --enable-decoder='theora,vp8' --enable-parser='vp3,vp8' --enable-cross-compile --cross-prefix=/usr/bin/aarch64-linux-gnu- --target-os=linux --arch=aarch64 --enable-armv8 --extra-cflags='-march=armv8-a' --enable-pic"
|
|
+#define FFMPEG_CONFIGURATION "--disable-everything --disable-all --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-static --enable-avcodec --enable-avformat --enable-avutil --enable-fft --enable-rdft --enable-static --enable-libopus --disable-bzlib --disable-error-resilience --disable-iconv --disable-lzo --disable-network --disable-schannel --disable-sdl --disable-symver --disable-xlib --disable-zlib --disable-securetransport --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --disable-nvenc --disable-cuda --disable-cuvid --enable-decoder='vorbis,libopus,flac' --enable-decoder='pcm_u8,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le' --enable-decoder='pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw' --enable-demuxer='ogg,matroska,wav,flac' --enable-parser='opus,vorbis,flac' --extra-cflags=-I/usr/local/google/home/tguilbert/Code/chromium/src/third_party/opus/src/include --optflags='\"-O2\"' --enable-decoder='theora,vp8' --enable-parser='vp3,vp8' --enable-cross-compile --cross-prefix=/usr/bin/aarch64-linux-gnu- --target-os=linux --arch=aarch64 --enable-armv8 --extra-cflags='-march=armv8-a' --enable-pic --enable-decoder='mp3' --enable-demuxer='mp3' --enable-parser='mpegaudio'"
|
|
#define FFMPEG_LICENSE "LGPL version 2.1 or later"
|
|
#define CONFIG_THIS_YEAR 2017
|
|
#define FFMPEG_DATADIR "/usr/local/share/ffmpeg"
|
|
@@ -550,7 +550,7 @@
|
|
#define CONFIG_FFPROBE 0
|
|
#define CONFIG_FFSERVER 0
|
|
#define CONFIG_FFMPEG 0
|
|
-#define CONFIG_DCT 0
|
|
+#define CONFIG_DCT 1
|
|
#define CONFIG_DWT 0
|
|
#define CONFIG_ERROR_RESILIENCE 0
|
|
#define CONFIG_FAAN 1
|
|
@@ -617,8 +617,8 @@
|
|
#define CONFIG_LZF 0
|
|
#define CONFIG_ME_CMP 0
|
|
#define CONFIG_MPEG_ER 0
|
|
-#define CONFIG_MPEGAUDIO 0
|
|
-#define CONFIG_MPEGAUDIODSP 0
|
|
+#define CONFIG_MPEGAUDIO 1
|
|
+#define CONFIG_MPEGAUDIODSP 1
|
|
#define CONFIG_MPEGVIDEO 0
|
|
#define CONFIG_MPEGVIDEOENC 0
|
|
#define CONFIG_MSS34DSP 0
|
|
@@ -957,7 +957,7 @@
|
|
#define CONFIG_MP1FLOAT_DECODER 0
|
|
#define CONFIG_MP2_DECODER 0
|
|
#define CONFIG_MP2FLOAT_DECODER 0
|
|
-#define CONFIG_MP3_DECODER 0
|
|
+#define CONFIG_MP3_DECODER 1
|
|
#define CONFIG_MP3FLOAT_DECODER 0
|
|
#define CONFIG_MP3ADU_DECODER 0
|
|
#define CONFIG_MP3ADUFLOAT_DECODER 0
|
|
@@ -1263,7 +1263,7 @@
|
|
#define CONFIG_MM_DEMUXER 0
|
|
#define CONFIG_MMF_DEMUXER 0
|
|
#define CONFIG_MOV_DEMUXER 0
|
|
-#define CONFIG_MP3_DEMUXER 0
|
|
+#define CONFIG_MP3_DEMUXER 1
|
|
#define CONFIG_MPC_DEMUXER 0
|
|
#define CONFIG_MPC8_DEMUXER 0
|
|
#define CONFIG_MPEGPS_DEMUXER 0
|
|
@@ -2196,7 +2196,7 @@
|
|
#define CONFIG_MJPEG_PARSER 0
|
|
#define CONFIG_MLP_PARSER 0
|
|
#define CONFIG_MPEG4VIDEO_PARSER 0
|
|
-#define CONFIG_MPEGAUDIO_PARSER 0
|
|
+#define CONFIG_MPEGAUDIO_PARSER 1
|
|
#define CONFIG_MPEGVIDEO_PARSER 0
|
|
#define CONFIG_OPUS_PARSER 1
|
|
#define CONFIG_PNG_PARSER 0
|
|
diff -up chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/arm/config.h.mp3 chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/arm/config.h
|
|
--- chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/arm/config.h.mp3 2017-07-31 10:18:49.000000000 -0400
|
|
+++ chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/arm/config.h 2017-07-31 10:57:55.057231738 -0400
|
|
@@ -1,7 +1,7 @@
|
|
/* Automatically generated by configure - do not modify! */
|
|
#ifndef FFMPEG_CONFIG_H
|
|
#define FFMPEG_CONFIG_H
|
|
-#define FFMPEG_CONFIGURATION "--disable-everything --disable-all --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-static --enable-avcodec --enable-avformat --enable-avutil --enable-fft --enable-rdft --enable-static --enable-libopus --disable-bzlib --disable-error-resilience --disable-iconv --disable-lzo --disable-network --disable-schannel --disable-sdl --disable-symver --disable-xlib --disable-zlib --disable-securetransport --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --disable-nvenc --disable-cuda --disable-cuvid --enable-decoder='vorbis,libopus,flac' --enable-decoder='pcm_u8,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le' --enable-decoder='pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw' --enable-demuxer='ogg,matroska,wav,flac' --enable-parser='opus,vorbis,flac' --extra-cflags=-I/home/tguilbert/chrome_root/src/third_party/opus/src/include --optflags='\"-O2\"' --enable-decoder='theora,vp8' --enable-parser='vp3,vp8' --arch=arm --enable-armv6 --enable-armv6t2 --enable-vfp --enable-thumb --extra-cflags='-march=armv7-a' --enable-cross-compile --target-os=linux --cross-prefix=armv7a-cros-linux-gnueabi- --extra-cflags='-mtune=cortex-a8' --extra-cflags='-mfloat-abi=hard' --disable-neon --extra-cflags='-mfpu=vfpv3-d16' --enable-pic"
|
|
+#define FFMPEG_CONFIGURATION "--disable-everything --disable-all --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-static --enable-avcodec --enable-avformat --enable-avutil --enable-fft --enable-rdft --enable-static --enable-libopus --disable-bzlib --disable-error-resilience --disable-iconv --disable-lzo --disable-network --disable-schannel --disable-sdl --disable-symver --disable-xlib --disable-zlib --disable-securetransport --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --disable-nvenc --disable-cuda --disable-cuvid --enable-decoder='vorbis,libopus,flac' --enable-decoder='pcm_u8,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le' --enable-decoder='pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw' --enable-demuxer='ogg,matroska,wav,flac' --enable-parser='opus,vorbis,flac' --extra-cflags=-I/home/tguilbert/chrome_root/src/third_party/opus/src/include --optflags='\"-O2\"' --enable-decoder='theora,vp8' --enable-parser='vp3,vp8' --arch=arm --enable-armv6 --enable-armv6t2 --enable-vfp --enable-thumb --extra-cflags='-march=armv7-a' --enable-cross-compile --target-os=linux --cross-prefix=armv7a-cros-linux-gnueabi- --extra-cflags='-mtune=cortex-a8' --extra-cflags='-mfloat-abi=hard' --disable-neon --extra-cflags='-mfpu=vfpv3-d16' --enable-pic --enable-decoder='mp3' --enable-demuxer='mp3' --enable-parser='mpegaudio'"
|
|
#define FFMPEG_LICENSE "LGPL version 2.1 or later"
|
|
#define CONFIG_THIS_YEAR 2017
|
|
#define FFMPEG_DATADIR "/usr/local/share/ffmpeg"
|
|
@@ -550,7 +550,7 @@
|
|
#define CONFIG_FFPROBE 0
|
|
#define CONFIG_FFSERVER 0
|
|
#define CONFIG_FFMPEG 0
|
|
-#define CONFIG_DCT 0
|
|
+#define CONFIG_DCT 1
|
|
#define CONFIG_DWT 0
|
|
#define CONFIG_ERROR_RESILIENCE 0
|
|
#define CONFIG_FAAN 1
|
|
@@ -617,8 +617,8 @@
|
|
#define CONFIG_LZF 0
|
|
#define CONFIG_ME_CMP 0
|
|
#define CONFIG_MPEG_ER 0
|
|
-#define CONFIG_MPEGAUDIO 0
|
|
-#define CONFIG_MPEGAUDIODSP 0
|
|
+#define CONFIG_MPEGAUDIO 1
|
|
+#define CONFIG_MPEGAUDIODSP 1
|
|
#define CONFIG_MPEGVIDEO 0
|
|
#define CONFIG_MPEGVIDEOENC 0
|
|
#define CONFIG_MSS34DSP 0
|
|
@@ -957,7 +957,7 @@
|
|
#define CONFIG_MP1FLOAT_DECODER 0
|
|
#define CONFIG_MP2_DECODER 0
|
|
#define CONFIG_MP2FLOAT_DECODER 0
|
|
-#define CONFIG_MP3_DECODER 0
|
|
+#define CONFIG_MP3_DECODER 1
|
|
#define CONFIG_MP3FLOAT_DECODER 0
|
|
#define CONFIG_MP3ADU_DECODER 0
|
|
#define CONFIG_MP3ADUFLOAT_DECODER 0
|
|
@@ -1263,7 +1263,7 @@
|
|
#define CONFIG_MM_DEMUXER 0
|
|
#define CONFIG_MMF_DEMUXER 0
|
|
#define CONFIG_MOV_DEMUXER 0
|
|
-#define CONFIG_MP3_DEMUXER 0
|
|
+#define CONFIG_MP3_DEMUXER 1
|
|
#define CONFIG_MPC_DEMUXER 0
|
|
#define CONFIG_MPC8_DEMUXER 0
|
|
#define CONFIG_MPEGPS_DEMUXER 0
|
|
@@ -2196,7 +2196,7 @@
|
|
#define CONFIG_MJPEG_PARSER 0
|
|
#define CONFIG_MLP_PARSER 0
|
|
#define CONFIG_MPEG4VIDEO_PARSER 0
|
|
-#define CONFIG_MPEGAUDIO_PARSER 0
|
|
+#define CONFIG_MPEGAUDIO_PARSER 1
|
|
#define CONFIG_MPEGVIDEO_PARSER 0
|
|
#define CONFIG_OPUS_PARSER 1
|
|
#define CONFIG_PNG_PARSER 0
|
|
diff -up chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/arm-neon/config.h.mp3 chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/arm-neon/config.h
|
|
--- chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/arm-neon/config.h.mp3 2017-07-31 10:18:49.000000000 -0400
|
|
+++ chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/arm-neon/config.h 2017-07-31 10:57:55.106230806 -0400
|
|
@@ -1,7 +1,7 @@
|
|
/* Automatically generated by configure - do not modify! */
|
|
#ifndef FFMPEG_CONFIG_H
|
|
#define FFMPEG_CONFIG_H
|
|
-#define FFMPEG_CONFIGURATION "--disable-everything --disable-all --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-static --enable-avcodec --enable-avformat --enable-avutil --enable-fft --enable-rdft --enable-static --enable-libopus --disable-bzlib --disable-error-resilience --disable-iconv --disable-lzo --disable-network --disable-schannel --disable-sdl --disable-symver --disable-xlib --disable-zlib --disable-securetransport --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --disable-nvenc --disable-cuda --disable-cuvid --enable-decoder='vorbis,libopus,flac' --enable-decoder='pcm_u8,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le' --enable-decoder='pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw' --enable-demuxer='ogg,matroska,wav,flac' --enable-parser='opus,vorbis,flac' --extra-cflags=-I/home/tguilbert/chrome_root/src/third_party/opus/src/include --optflags='\"-O2\"' --enable-decoder='theora,vp8' --enable-parser='vp3,vp8' --arch=arm --enable-armv6 --enable-armv6t2 --enable-vfp --enable-thumb --extra-cflags='-march=armv7-a' --enable-cross-compile --target-os=linux --cross-prefix=armv7a-cros-linux-gnueabi- --extra-cflags='-mtune=cortex-a8' --extra-cflags='-mfloat-abi=hard' --enable-neon --extra-cflags='-mfpu=neon' --enable-pic"
|
|
+#define FFMPEG_CONFIGURATION "--disable-everything --disable-all --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-static --enable-avcodec --enable-avformat --enable-avutil --enable-fft --enable-rdft --enable-static --enable-libopus --disable-bzlib --disable-error-resilience --disable-iconv --disable-lzo --disable-network --disable-schannel --disable-sdl --disable-symver --disable-xlib --disable-zlib --disable-securetransport --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --disable-nvenc --disable-cuda --disable-cuvid --enable-decoder='vorbis,libopus,flac' --enable-decoder='pcm_u8,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le' --enable-decoder='pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw' --enable-demuxer='ogg,matroska,wav,flac' --enable-parser='opus,vorbis,flac' --extra-cflags=-I/home/tguilbert/chrome_root/src/third_party/opus/src/include --optflags='\"-O2\"' --enable-decoder='theora,vp8' --enable-parser='vp3,vp8' --arch=arm --enable-armv6 --enable-armv6t2 --enable-vfp --enable-thumb --extra-cflags='-march=armv7-a' --enable-cross-compile --target-os=linux --cross-prefix=armv7a-cros-linux-gnueabi- --extra-cflags='-mtune=cortex-a8' --extra-cflags='-mfloat-abi=hard' --enable-neon --extra-cflags='-mfpu=neon' --enable-pic --enable-decoder='mp3' --enable-demuxer='mp3' --enable-parser='mpegaudio'"
|
|
#define FFMPEG_LICENSE "LGPL version 2.1 or later"
|
|
#define CONFIG_THIS_YEAR 2017
|
|
#define FFMPEG_DATADIR "/usr/local/share/ffmpeg"
|
|
@@ -550,7 +550,7 @@
|
|
#define CONFIG_FFPROBE 0
|
|
#define CONFIG_FFSERVER 0
|
|
#define CONFIG_FFMPEG 0
|
|
-#define CONFIG_DCT 0
|
|
+#define CONFIG_DCT 1
|
|
#define CONFIG_DWT 0
|
|
#define CONFIG_ERROR_RESILIENCE 0
|
|
#define CONFIG_FAAN 1
|
|
@@ -617,8 +617,8 @@
|
|
#define CONFIG_LZF 0
|
|
#define CONFIG_ME_CMP 0
|
|
#define CONFIG_MPEG_ER 0
|
|
-#define CONFIG_MPEGAUDIO 0
|
|
-#define CONFIG_MPEGAUDIODSP 0
|
|
+#define CONFIG_MPEGAUDIO 1
|
|
+#define CONFIG_MPEGAUDIODSP 1
|
|
#define CONFIG_MPEGVIDEO 0
|
|
#define CONFIG_MPEGVIDEOENC 0
|
|
#define CONFIG_MSS34DSP 0
|
|
@@ -957,7 +957,7 @@
|
|
#define CONFIG_MP1FLOAT_DECODER 0
|
|
#define CONFIG_MP2_DECODER 0
|
|
#define CONFIG_MP2FLOAT_DECODER 0
|
|
-#define CONFIG_MP3_DECODER 0
|
|
+#define CONFIG_MP3_DECODER 1
|
|
#define CONFIG_MP3FLOAT_DECODER 0
|
|
#define CONFIG_MP3ADU_DECODER 0
|
|
#define CONFIG_MP3ADUFLOAT_DECODER 0
|
|
@@ -1263,7 +1263,7 @@
|
|
#define CONFIG_MM_DEMUXER 0
|
|
#define CONFIG_MMF_DEMUXER 0
|
|
#define CONFIG_MOV_DEMUXER 0
|
|
-#define CONFIG_MP3_DEMUXER 0
|
|
+#define CONFIG_MP3_DEMUXER 1
|
|
#define CONFIG_MPC_DEMUXER 0
|
|
#define CONFIG_MPC8_DEMUXER 0
|
|
#define CONFIG_MPEGPS_DEMUXER 0
|
|
@@ -2196,7 +2196,7 @@
|
|
#define CONFIG_MJPEG_PARSER 0
|
|
#define CONFIG_MLP_PARSER 0
|
|
#define CONFIG_MPEG4VIDEO_PARSER 0
|
|
-#define CONFIG_MPEGAUDIO_PARSER 0
|
|
+#define CONFIG_MPEGAUDIO_PARSER 1
|
|
#define CONFIG_MPEGVIDEO_PARSER 0
|
|
#define CONFIG_OPUS_PARSER 1
|
|
#define CONFIG_PNG_PARSER 0
|
|
diff -up chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/ia32/config.h.mp3 chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/ia32/config.h
|
|
--- chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/ia32/config.h.mp3 2017-07-31 10:18:49.000000000 -0400
|
|
+++ chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/ia32/config.h 2017-07-31 10:57:55.107230787 -0400
|
|
@@ -1,7 +1,7 @@
|
|
/* Automatically generated by configure - do not modify! */
|
|
#ifndef FFMPEG_CONFIG_H
|
|
#define FFMPEG_CONFIG_H
|
|
-#define FFMPEG_CONFIGURATION "--disable-everything --disable-all --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-static --enable-avcodec --enable-avformat --enable-avutil --enable-fft --enable-rdft --enable-static --enable-libopus --disable-bzlib --disable-error-resilience --disable-iconv --disable-lzo --disable-network --disable-schannel --disable-sdl --disable-symver --disable-xlib --disable-zlib --disable-securetransport --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --disable-nvenc --disable-cuda --disable-cuvid --enable-decoder='vorbis,libopus,flac' --enable-decoder='pcm_u8,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le' --enable-decoder='pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw' --enable-demuxer='ogg,matroska,wav,flac' --enable-parser='opus,vorbis,flac' --extra-cflags=-I/usr/local/google/home/tguilbert/Code/chromium/src/third_party/opus/src/include --optflags='\"-O2\"' --enable-decoder='theora,vp8' --enable-parser='vp3,vp8' --arch=i686 --extra-cflags='\"-m32\"' --extra-ldflags='\"-m32\"' --enable-yasm --enable-pic"
|
|
+#define FFMPEG_CONFIGURATION "--disable-everything --disable-all --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-static --enable-avcodec --enable-avformat --enable-avutil --enable-fft --enable-rdft --enable-static --enable-libopus --disable-bzlib --disable-error-resilience --disable-iconv --disable-lzo --disable-network --disable-schannel --disable-sdl --disable-symver --disable-xlib --disable-zlib --disable-securetransport --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --disable-nvenc --disable-cuda --disable-cuvid --enable-decoder='vorbis,libopus,flac' --enable-decoder='pcm_u8,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le' --enable-decoder='pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw' --enable-demuxer='ogg,matroska,wav,flac' --enable-parser='opus,vorbis,flac' --extra-cflags=-I/usr/local/google/home/tguilbert/Code/chromium/src/third_party/opus/src/include --optflags='\"-O2\"' --enable-decoder='theora,vp8' --enable-parser='vp3,vp8' --arch=i686 --extra-cflags='\"-m32\"' --extra-ldflags='\"-m32\"' --enable-yasm --enable-pic --enable-decoder='mp3' --enable-demuxer='mp3' --enable-parser='mpegaudio'"
|
|
#define FFMPEG_LICENSE "LGPL version 2.1 or later"
|
|
#define CONFIG_THIS_YEAR 2017
|
|
#define FFMPEG_DATADIR "/usr/local/share/ffmpeg"
|
|
@@ -550,7 +550,7 @@
|
|
#define CONFIG_FFPROBE 0
|
|
#define CONFIG_FFSERVER 0
|
|
#define CONFIG_FFMPEG 0
|
|
-#define CONFIG_DCT 0
|
|
+#define CONFIG_DCT 1
|
|
#define CONFIG_DWT 0
|
|
#define CONFIG_ERROR_RESILIENCE 0
|
|
#define CONFIG_FAAN 1
|
|
@@ -617,8 +617,8 @@
|
|
#define CONFIG_LZF 0
|
|
#define CONFIG_ME_CMP 0
|
|
#define CONFIG_MPEG_ER 0
|
|
-#define CONFIG_MPEGAUDIO 0
|
|
-#define CONFIG_MPEGAUDIODSP 0
|
|
+#define CONFIG_MPEGAUDIO 1
|
|
+#define CONFIG_MPEGAUDIODSP 1
|
|
#define CONFIG_MPEGVIDEO 0
|
|
#define CONFIG_MPEGVIDEOENC 0
|
|
#define CONFIG_MSS34DSP 0
|
|
@@ -957,7 +957,7 @@
|
|
#define CONFIG_MP1FLOAT_DECODER 0
|
|
#define CONFIG_MP2_DECODER 0
|
|
#define CONFIG_MP2FLOAT_DECODER 0
|
|
-#define CONFIG_MP3_DECODER 0
|
|
+#define CONFIG_MP3_DECODER 1
|
|
#define CONFIG_MP3FLOAT_DECODER 0
|
|
#define CONFIG_MP3ADU_DECODER 0
|
|
#define CONFIG_MP3ADUFLOAT_DECODER 0
|
|
@@ -1263,7 +1263,7 @@
|
|
#define CONFIG_MM_DEMUXER 0
|
|
#define CONFIG_MMF_DEMUXER 0
|
|
#define CONFIG_MOV_DEMUXER 0
|
|
-#define CONFIG_MP3_DEMUXER 0
|
|
+#define CONFIG_MP3_DEMUXER 1
|
|
#define CONFIG_MPC_DEMUXER 0
|
|
#define CONFIG_MPC8_DEMUXER 0
|
|
#define CONFIG_MPEGPS_DEMUXER 0
|
|
@@ -2196,7 +2196,7 @@
|
|
#define CONFIG_MJPEG_PARSER 0
|
|
#define CONFIG_MLP_PARSER 0
|
|
#define CONFIG_MPEG4VIDEO_PARSER 0
|
|
-#define CONFIG_MPEGAUDIO_PARSER 0
|
|
+#define CONFIG_MPEGAUDIO_PARSER 1
|
|
#define CONFIG_MPEGVIDEO_PARSER 0
|
|
#define CONFIG_OPUS_PARSER 1
|
|
#define CONFIG_PNG_PARSER 0
|
|
diff -up chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/x64/config.h.mp3 chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/x64/config.h
|
|
--- chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/x64/config.h.mp3 2017-07-31 10:18:49.000000000 -0400
|
|
+++ chromium-60.0.3112.78/third_party/ffmpeg/chromium/config/Chromium/linux/x64/config.h 2017-07-31 10:57:55.108230768 -0400
|
|
@@ -1,7 +1,7 @@
|
|
/* Automatically generated by configure - do not modify! */
|
|
#ifndef FFMPEG_CONFIG_H
|
|
#define FFMPEG_CONFIG_H
|
|
-#define FFMPEG_CONFIGURATION "--disable-everything --disable-all --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-static --enable-avcodec --enable-avformat --enable-avutil --enable-fft --enable-rdft --enable-static --enable-libopus --disable-bzlib --disable-error-resilience --disable-iconv --disable-lzo --disable-network --disable-schannel --disable-sdl --disable-symver --disable-xlib --disable-zlib --disable-securetransport --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --disable-nvenc --disable-cuda --disable-cuvid --enable-decoder='vorbis,libopus,flac' --enable-decoder='pcm_u8,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le' --enable-decoder='pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw' --enable-demuxer='ogg,matroska,wav,flac' --enable-parser='opus,vorbis,flac' --extra-cflags=-I/usr/local/google/home/tguilbert/Code/chromium/src/third_party/opus/src/include --optflags='\"-O2\"' --enable-decoder='theora,vp8' --enable-parser='vp3,vp8' --enable-pic --enable-lto"
|
|
+#define FFMPEG_CONFIGURATION "--disable-everything --disable-all --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-static --enable-avcodec --enable-avformat --enable-avutil --enable-fft --enable-rdft --enable-static --enable-libopus --disable-bzlib --disable-error-resilience --disable-iconv --disable-lzo --disable-network --disable-schannel --disable-sdl --disable-symver --disable-xlib --disable-zlib --disable-securetransport --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --disable-nvenc --disable-cuda --disable-cuvid --enable-decoder='vorbis,libopus,flac' --enable-decoder='pcm_u8,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le' --enable-decoder='pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw' --enable-demuxer='ogg,matroska,wav,flac' --enable-parser='opus,vorbis,flac' --extra-cflags=-I/usr/local/google/home/tguilbert/Code/chromium/src/third_party/opus/src/include --optflags='\"-O2\"' --enable-decoder='theora,vp8' --enable-parser='vp3,vp8' --enable-pic --enable-lto --enable-decoder='mp3' --enable-demuxer='mp3' --enable-parser='mpegaudio'"
|
|
#define FFMPEG_LICENSE "LGPL version 2.1 or later"
|
|
#define CONFIG_THIS_YEAR 2017
|
|
#define FFMPEG_DATADIR "/usr/local/share/ffmpeg"
|
|
@@ -550,7 +550,7 @@
|
|
#define CONFIG_FFPROBE 0
|
|
#define CONFIG_FFSERVER 0
|
|
#define CONFIG_FFMPEG 0
|
|
-#define CONFIG_DCT 0
|
|
+#define CONFIG_DCT 1
|
|
#define CONFIG_DWT 0
|
|
#define CONFIG_ERROR_RESILIENCE 0
|
|
#define CONFIG_FAAN 1
|
|
@@ -617,8 +617,8 @@
|
|
#define CONFIG_LZF 0
|
|
#define CONFIG_ME_CMP 0
|
|
#define CONFIG_MPEG_ER 0
|
|
-#define CONFIG_MPEGAUDIO 0
|
|
-#define CONFIG_MPEGAUDIODSP 0
|
|
+#define CONFIG_MPEGAUDIO 1
|
|
+#define CONFIG_MPEGAUDIODSP 1
|
|
#define CONFIG_MPEGVIDEO 0
|
|
#define CONFIG_MPEGVIDEOENC 0
|
|
#define CONFIG_MSS34DSP 0
|
|
@@ -957,7 +957,7 @@
|
|
#define CONFIG_MP1FLOAT_DECODER 0
|
|
#define CONFIG_MP2_DECODER 0
|
|
#define CONFIG_MP2FLOAT_DECODER 0
|
|
-#define CONFIG_MP3_DECODER 0
|
|
+#define CONFIG_MP3_DECODER 1
|
|
#define CONFIG_MP3FLOAT_DECODER 0
|
|
#define CONFIG_MP3ADU_DECODER 0
|
|
#define CONFIG_MP3ADUFLOAT_DECODER 0
|
|
@@ -1263,7 +1263,7 @@
|
|
#define CONFIG_MM_DEMUXER 0
|
|
#define CONFIG_MMF_DEMUXER 0
|
|
#define CONFIG_MOV_DEMUXER 0
|
|
-#define CONFIG_MP3_DEMUXER 0
|
|
+#define CONFIG_MP3_DEMUXER 1
|
|
#define CONFIG_MPC_DEMUXER 0
|
|
#define CONFIG_MPC8_DEMUXER 0
|
|
#define CONFIG_MPEGPS_DEMUXER 0
|
|
@@ -2196,7 +2196,7 @@
|
|
#define CONFIG_MJPEG_PARSER 0
|
|
#define CONFIG_MLP_PARSER 0
|
|
#define CONFIG_MPEG4VIDEO_PARSER 0
|
|
-#define CONFIG_MPEGAUDIO_PARSER 0
|
|
+#define CONFIG_MPEGAUDIO_PARSER 1
|
|
#define CONFIG_MPEGVIDEO_PARSER 0
|
|
#define CONFIG_OPUS_PARSER 1
|
|
#define CONFIG_PNG_PARSER 0
|
|
diff -up chromium-60.0.3112.78/third_party/ffmpeg/ffmpeg_generated.gni.mp3 chromium-60.0.3112.78/third_party/ffmpeg/ffmpeg_generated.gni
|
|
--- chromium-60.0.3112.78/third_party/ffmpeg/ffmpeg_generated.gni.mp3 2017-07-31 10:18:46.000000000 -0400
|
|
+++ chromium-60.0.3112.78/third_party/ffmpeg/ffmpeg_generated.gni 2017-07-31 10:57:55.109230749 -0400
|
|
@@ -177,19 +177,12 @@ if ((is_linux && current_cpu == "arm" &&
|
|
]
|
|
}
|
|
|
|
-if ((current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "mips64el" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_win && ffmpeg_branding == "Chrome")) {
|
|
+if ((current_cpu == "x64") || (is_android && current_cpu == "arm" && arm_use_neon) || (is_android && current_cpu == "arm64") || (is_android && current_cpu == "mips64el") || (is_android && current_cpu == "mipsel") || (is_android && current_cpu == "x86") || (is_linux && current_cpu == "arm" && arm_use_neon) || (is_linux && current_cpu == "arm" && arm_use_neon) || (is_linux && current_cpu == "arm") || (is_linux && current_cpu == "arm64") || (is_linux && current_cpu == "mipsel") || (is_linux && current_cpu == "x64") || (is_linux && current_cpu == "x86") || (is_win))
|
|
+{
|
|
ffmpeg_c_sources += [
|
|
- "libavcodec/aac_ac3_parser.c",
|
|
- "libavcodec/aac_parser.c",
|
|
- "libavcodec/aacadtsdec.c",
|
|
- "libavcodec/aacps_float.c",
|
|
- "libavcodec/aacpsdsp_float.c",
|
|
- "libavcodec/aacsbr.c",
|
|
- "libavcodec/aactab.c",
|
|
- "libavcodec/ac3tab.c",
|
|
- "libavcodec/autorename_libavcodec_aacdec.c",
|
|
"libavcodec/autorename_libavcodec_mpegaudiodsp.c",
|
|
"libavcodec/autorename_libavcodec_sbrdsp.c",
|
|
+ "libavcodec/ac3tab.c",
|
|
"libavcodec/cbrt_data.c",
|
|
"libavcodec/dct.c",
|
|
"libavcodec/dct32_fixed.c",
|
|
@@ -205,7 +198,6 @@ if ((current_cpu == "x64" && ffmpeg_bran
|
|
"libavcodec/mpegaudiodsp_float.c",
|
|
"libavcodec/sinewin.c",
|
|
"libavcodec/sinewin_fixed.c",
|
|
- "libavformat/aacdec.c",
|
|
"libavformat/apetag.c",
|
|
"libavformat/img2.c",
|
|
"libavformat/mov.c",
|
|
@@ -214,6 +206,21 @@ if ((current_cpu == "x64" && ffmpeg_bran
|
|
]
|
|
}
|
|
|
|
+if ((current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "mips64el" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_win && ffmpeg_branding == "Chrome"))
|
|
+{
|
|
+ ffmpeg_c_sources += [
|
|
+ "libavcodec/aac_ac3_parser.c",
|
|
+ "libavcodec/aac_parser.c",
|
|
+ "libavcodec/aacadtsdec.c",
|
|
+ "libavcodec/aacps_float.c",
|
|
+ "libavcodec/aacpsdsp_float.c",
|
|
+ "libavcodec/aacsbr.c",
|
|
+ "libavcodec/aactab.c",
|
|
+ "libavcodec/autorename_libavcodec_aacdec.c",
|
|
+ "libavformat/aacdec.c",
|
|
+ ]
|
|
+}
|
|
+
|
|
if ((is_android && current_cpu == "x64") || (is_android && current_cpu == "x86") || (is_linux && current_cpu == "x64") || (is_linux && current_cpu == "x86") || (is_mac) || (is_win)) {
|
|
ffmpeg_c_sources += [
|
|
"libavcodec/x86/autorename_libavcodec_x86_vorbisdsp_init.c",
|
|
@@ -315,21 +322,31 @@ if ((is_linux && current_cpu == "x64") |
|
|
if ((current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_win && ffmpeg_branding == "Chrome")) {
|
|
ffmpeg_c_sources += [
|
|
"libavcodec/x86/aacpsdsp_init.c",
|
|
+ ]
|
|
+}
|
|
+
|
|
+if ((current_cpu == "x64") || (is_android && current_cpu == "x86") || (is_linux && current_cpu == "x64") || (is_linux && current_cpu == "x86") || (is_win)) {
|
|
+ ffmpeg_c_sources += [
|
|
"libavcodec/x86/dct_init.c",
|
|
"libavcodec/x86/mpegaudiodsp.c",
|
|
"libavcodec/x86/sbrdsp_init.c",
|
|
]
|
|
}
|
|
|
|
-if ((current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_win && ffmpeg_branding == "Chrome")) {
|
|
+if ((current_cpu == "x64") || (is_android && current_cpu == "x86") || (is_linux && current_cpu == "x64") || (is_linux && current_cpu == "x86") || (is_win)) {
|
|
ffmpeg_yasm_sources += [
|
|
- "libavcodec/x86/aacpsdsp.asm",
|
|
"libavcodec/x86/dct32.asm",
|
|
"libavcodec/x86/imdct36.asm",
|
|
"libavcodec/x86/sbrdsp.asm",
|
|
]
|
|
}
|
|
|
|
+if ((current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_win && ffmpeg_branding == "Chrome")) {
|
|
+ ffmpeg_yasm_sources += [
|
|
+ "libavcodec/x86/aacpsdsp.asm",
|
|
+ ]
|
|
+}
|
|
+
|
|
if ((is_linux && current_cpu == "arm" && arm_use_neon) || (is_linux && current_cpu == "arm")) {
|
|
ffmpeg_c_sources += [
|
|
"libavcodec/arm/h264pred_init_arm.c",
|
|
diff -up chromium-60.0.3112.78/third_party/ffmpeg/libavcodec/sbrdsp.c.mp3 chromium-60.0.3112.78/third_party/ffmpeg/libavcodec/sbrdsp.c
|
|
--- chromium-60.0.3112.78/third_party/ffmpeg/libavcodec/sbrdsp.c.mp3 2017-07-31 10:18:48.000000000 -0400
|
|
+++ chromium-60.0.3112.78/third_party/ffmpeg/libavcodec/sbrdsp.c 2017-07-31 10:57:55.110230730 -0400
|
|
@@ -23,6 +23,7 @@
|
|
#define USE_FIXED 0
|
|
|
|
#include "aac.h"
|
|
+#include "aacsbrdata.h"
|
|
#include "config.h"
|
|
#include "libavutil/attributes.h"
|
|
#include "libavutil/intfloat.h"
|
|
diff -up chromium-60.0.3112.78/third_party/webrtc/examples/objc/AppRTCMobile/ios/resources/mozart.mp3 chromium-60.0.3112.78/third_party/webrtc/examples/objc/AppRTCMobile/ios/resources/mozart
|
|
diff -up chromium-60.0.3112.78/tools/android/audio_focus_grabber/java/res/raw/ping.mp3 chromium-60.0.3112.78/tools/android/audio_focus_grabber/java/res/raw/ping
|