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

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: Tweaks based on feedback. 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
« no previous file with comments | « services/media/framework/parts/reader.h ('k') | services/media/framework_ffmpeg/av_codec_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework_ffmpeg/BUILD.gn
diff --git a/services/media/framework_ffmpeg/BUILD.gn b/services/media/framework_ffmpeg/BUILD.gn
index 0bb2492fc711841edae099d103f5c8343ea928d2..b06aa6155c93d3b9d658c078731d4407a7885721 100644
--- a/services/media/framework_ffmpeg/BUILD.gn
+++ b/services/media/framework_ffmpeg/BUILD.gn
@@ -21,7 +21,12 @@ config("default_include_dirs") {
source_set("framework_ffmpeg") {
sources = [
+ "av_codec_context.cc",
+ "av_codec_context.h",
+ "av_format_context.h",
"av_frame.h",
+ "av_io_context.cc",
+ "av_io_context.h",
"av_packet.h",
"ffmpeg_audio_decoder.cc",
"ffmpeg_audio_decoder.h",
@@ -35,10 +40,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",
]
« no previous file with comments | « services/media/framework/parts/reader.h ('k') | services/media/framework_ffmpeg/av_codec_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698