shaka-packager/packager/media/formats/webvtt
KongQun Yang 8e96dd3b37 Address gcc build failures in some platforms
Seeing some failures on some platforms when compiled with clang
disabled:
  GYP_DEFINES="clang=0" gclient runhooks

Several changes to make it work:
1. Mark packager code with packager_code=1 in GYP definitions.
2. Disable a few checks in non-packager code, which we do not have
   direct control: dangling-else, deprecated-declarations,
                   unused-function
3. Fix the relevant errors in packager code.
4. Revert HAVE_STROPTS_H in curl config which is not available in
   all linux distributions.

Fixes #286
Fixes #293

Change-Id: I729b41f99403c5ad9487c6cc4a7dc06f6323cef8
2017-12-07 11:45:26 -08:00
..
cue.cc Make WebVttMediaParser use WebVttSampleConverter 2017-03-15 20:44:36 +00:00
cue.h Make WebVttMediaParser use WebVttSampleConverter 2017-03-15 20:44:36 +00:00
webvtt.gyp Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
webvtt_media_parser.cc Implement MsToWebVTTTimestamp 2017-08-30 18:30:43 +00:00
webvtt_media_parser.h Make WebVttMediaParser use WebVttSampleConverter 2017-03-15 20:44:36 +00:00
webvtt_media_parser_unittest.cc Make WebVttMediaParser use WebVttSampleConverter 2017-03-15 20:44:36 +00:00
webvtt_sample_converter.cc Make WebVttMediaParser use WebVttSampleConverter 2017-03-15 20:44:36 +00:00
webvtt_sample_converter.h Move status.h under packager/ 2017-06-30 11:35:18 -07:00
webvtt_sample_converter_unittest.cc Move status.h under packager/ 2017-06-30 11:35:18 -07:00
webvtt_timestamp.cc Implement MsToWebVTTTimestamp 2017-08-30 18:30:43 +00:00
webvtt_timestamp.h Implement MsToWebVTTTimestamp 2017-08-30 18:30:43 +00:00
webvtt_timestamp_unittest.cc Implement MsToWebVTTTimestamp 2017-08-30 18:30:43 +00:00