summaryrefslogtreecommitdiff
path: root/media/cast/video_sender/codecs/vp8/vp8_encoder.gypi
blob: 0b12789aa05c817f6d94c5e684e65d522c7e9441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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',
      ],
    },
  ],
}