diff options
Diffstat (limited to 'media/cast/video_sender/codecs/vp8/vp8_encoder.gypi')
-rw-r--r-- | media/cast/video_sender/codecs/vp8/vp8_encoder.gypi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/media/cast/video_sender/codecs/vp8/vp8_encoder.gypi b/media/cast/video_sender/codecs/vp8/vp8_encoder.gypi new file mode 100644 index 0000000..0b12789 --- /dev/null +++ b/media/cast/video_sender/codecs/vp8/vp8_encoder.gypi @@ -0,0 +1,19 @@ +{ + 'targets': [ + { + 'target_name': 'cast_vp8_encoder', + 'type': 'static_library', + 'include_dirs': [ + '<(DEPTH)/', + '<(DEPTH)/third_party/', + ], + 'sources': [ + 'vp8_encoder.cc', + 'vp8_encoder.h', + ], # source + 'dependencies': [ + '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx', + ], + }, + ], +} |