shaka-packager/packager/media/event
Anders Hasselqvist db7bebe3fa MacOSX: Solve libbase.a conflict link error
On Linux the generated ninja files use path/libbase.a as target name.
In the Mac ninja file the target is just libbase.a.
As we have two libbase.a (base/base.gyp and media/base/media_base.gyp) the linking stage fails to include both libs.

Solve by renaming media_base.gyp's base target to media_base
2016-01-22 18:50:05 -08:00
..
media_event.gyp MacOSX: Solve libbase.a conflict link error 2016-01-22 18:50:05 -08:00
mpd_notify_muxer_listener.cc More fix for live 2015-09-29 15:12:46 -07:00
mpd_notify_muxer_listener.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
mpd_notify_muxer_listener_unittest.cc More fix for live 2015-09-29 15:12:46 -07:00
muxer_listener.h More fix for live 2015-09-29 15:12:46 -07:00
muxer_listener_internal.cc MpdBuilder should not automatically add ContentProtection elements 2015-07-20 10:37:20 -07:00
muxer_listener_internal.h MpdBuilder should not automatically add ContentProtection elements 2015-07-20 10:37:20 -07:00
muxer_listener_test_helper.cc Move AVCDecoderConfiguration parsing to media/filters 2015-10-28 00:31:43 +00:00
muxer_listener_test_helper.h Handle MpdNotifyMuxerListener::OnSampleDurationReady() for VOD 2015-08-03 13:07:18 -07:00
progress_listener.h Add ProgressListener for progress updates 2015-05-14 19:09:02 -07:00
vod_media_info_dump_muxer_listener.cc VOD text support 2015-11-11 12:26:25 -08:00
vod_media_info_dump_muxer_listener.h VOD text support 2015-11-11 12:26:25 -08:00
vod_media_info_dump_muxer_listener_unittest.cc Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00