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

Unified Diff: services/media/framework_ffmpeg/BUILD.gn

Issue 1814583002: Motown: New wrapper classes for ffmpeg format context and io context (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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: services/media/framework_ffmpeg/BUILD.gn
diff --git a/services/media/framework_ffmpeg/BUILD.gn b/services/media/framework_ffmpeg/BUILD.gn
index 8934bc5295e0afb44fed56d0f50b82066ede2c8e..11bdd824f55f944094b2506ed995b0127f661a83 100644
--- a/services/media/framework_ffmpeg/BUILD.gn
+++ b/services/media/framework_ffmpeg/BUILD.gn
@@ -21,6 +21,11 @@ config("default_include_dirs") {
source_set("framework_ffmpeg") {
sources = [
+ "av_codec_context.cc",
+ "av_codec_context.h",
+ "av_format_context.h",
+ "av_io_context.cc",
+ "av_io_context.h",
"ffmpeg_audio_decoder.cc",
"ffmpeg_audio_decoder.h",
"ffmpeg_decoder.cc",
@@ -33,10 +38,6 @@ source_set("framework_ffmpeg") {
"ffmpeg_formatting.h",
"ffmpeg_init.cc",
"ffmpeg_init.h",
- "ffmpeg_io.cc",
- "ffmpeg_io.h",
- "ffmpeg_type_converters.cc",
- "ffmpeg_type_converters.h",
"ffmpeg_video_decoder.cc",
"ffmpeg_video_decoder.h",
]

Powered by Google App Engine
This is Rietveld 408576698