MacOSX: Solve conflicting libwebm targets
When generating ninja files we end up with two libwebm targets. packager/media/formats/webm/webm.gyp:webm -> becomes target libwebm packager/third_party/libwebm/libwebm.gyp:libwebm -> becomes target libwebm Solve this conflict by renaming libwebm.gyp:libwebm to mkvmuxer.
This commit is contained in:
parent
4195c5e505
commit
cb8de4c2f4
|
@ -56,7 +56,7 @@
|
|||
],
|
||||
'dependencies': [
|
||||
'../../../third_party/boringssl/boringssl.gyp:boringssl',
|
||||
'../../../third_party/libwebm/libwebm.gyp:libwebm',
|
||||
'../../../third_party/libwebm/libwebm.gyp:mkvmuxer',
|
||||
'../../base/media_base.gyp:media_base',
|
||||
'../../base/media_base.gyp:widevine_pssh_data_proto',
|
||||
'../../filters/filters.gyp:filters'
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'libwebm',
|
||||
'target_name': 'mkvmuxer',
|
||||
'type': 'static_library',
|
||||
'sources': [
|
||||
'src/mkvmuxer.cpp',
|
||||
|
|
Loading…
Reference in New Issue