Update mp4 dependency to include openssl

mp4 code was changed earlier which uses openssl in some way but the
dependency was not updated.

Issue: 15

Change-Id: Icababe00753f739832d61bc6792d95321cc59cf5
This commit is contained in:
Kongqun Yang 2015-04-28 15:11:15 -07:00
parent 14a1e06542
commit 5f64698144
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
'track_run_iterator.h', 'track_run_iterator.h',
], ],
'dependencies': [ 'dependencies': [
'../../../third_party/openssl/openssl.gyp:openssl',
'../../base/media_base.gyp:base', '../../base/media_base.gyp:base',
], ],
}, },