shaka-packager/packager/media/public
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
..
ad_cue_generator_params.h Defined Scte35Event struct and out of band cue marker flags 2017-11-16 00:13:29 +00:00
chunking_params.h Consolidate ChunkingParams and ChunkingOptions 2017-08-18 11:55:45 -07:00
crypto_params.h Add multi-key support in fixed/raw keys 2017-10-24 21:04:49 +00:00
mp4_output_params.h Consolidate Mp4OutputParams into MuxerOptions 2017-08-18 11:57:34 -07:00
public.gyp Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00