shaka-packager/packager
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
..
app Parse ad_cues flag. 2017-11-20 16:39:16 -05:00
buildtools/third_party Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
file Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
hls Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
media Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
mpd Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
testing Enable C++11 in gtest 2017-07-17 20:14:23 +00:00
third_party Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
tools [pssh-box] Support generating Widevine PSSH without content-id 2017-10-18 21:38:23 +00:00
version Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
common.gypi Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
packager.cc Address flakiness in ProducerConsumerQueueTest 2017-12-05 22:56:22 +00:00
packager.gyp Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
packager.h Parse ad_cues flag. 2017-11-20 16:39:16 -05:00
packager_test.cc Add support for callback file 2017-09-07 19:26:26 +00:00
protoc.gypi Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
status.cc Move status.h under packager/ 2017-06-30 11:35:18 -07:00
status.h Move status.h under packager/ 2017-06-30 11:35:18 -07:00
status_test_util.h Move status.h under packager/ 2017-06-30 11:35:18 -07:00
status_unittest.cc Move status.h under packager/ 2017-06-30 11:35:18 -07:00