shaka-packager/mpd/base
KongQun Yang 0f49af6cc1 Fix problems on 32-bit fresh linux box
There are two different problems:

1. int64/uint64 formatting: %lu formats unsigned long. However, the
definition of long is different on 32-bit machine and 64-bit machine.
We need to use a macro to format int64/uint64 correctly.

2. The packager target is dependent on openssl.

Change-Id: I5d51a500c3cb8bcd4b4049ab7ec5a985ac486a76
2014-06-23 13:48:41 -07:00
..
xml Respect MPD@timeShiftBufferDepth 2014-06-23 12:13:11 -07:00
bandwidth_estimator.cc Build fix 2014-06-11 13:04:18 -07:00
bandwidth_estimator.h MpdBuilder Live profile 2014-06-11 12:36:53 -07:00
bandwidth_estimator_test.cc MpdBuilder Live profile 2014-06-11 12:36:53 -07:00
content_protection_element.cc Add copyright information. 2014-02-18 23:46:01 +00:00
content_protection_element.h Doxygen doc for MPD generation classes. 2014-04-07 14:48:05 -07:00
media_info.proto Remove LITE from protobuf for serialization to human readable string 2014-01-14 16:18:40 -08:00
mpd_builder.cc Respect MPD@timeShiftBufferDepth 2014-06-23 12:13:11 -07:00
mpd_builder.h Respect MPD@timeShiftBufferDepth 2014-06-23 12:13:11 -07:00
mpd_builder_unittest.cc Fix problems on 32-bit fresh linux box 2014-06-23 13:48:41 -07:00
mpd_notifier.h Update MpdNotifier due to MpdBuilder change 2014-06-11 16:15:02 -07:00
mpd_utils.cc MpdBuilder Live profile 2014-06-11 12:36:53 -07:00
mpd_utils.h MpdBuilder Live profile 2014-06-11 12:36:53 -07:00
segment_info.h MpdBuilder Live profile 2014-06-11 12:36:53 -07:00
simple_mpd_notifier.cc Update MpdNotifier due to MpdBuilder change 2014-06-11 16:15:02 -07:00
simple_mpd_notifier.h Update MpdNotifier due to MpdBuilder change 2014-06-11 16:15:02 -07:00
simple_vod_mpd_notifier.cc Add copyright information. 2014-02-18 23:46:01 +00:00
simple_vod_mpd_notifier.h Remove TODOs 2014-03-28 14:30:27 -07:00