shaka-packager/media
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
..
base Fix problems on 32-bit fresh linux box 2014-06-23 13:48:41 -07:00
event Update MpdNotifier due to MpdBuilder change 2014-06-11 16:15:02 -07:00
file Added implementation of UdpFile for UDP unicast/multicast capture. 2014-05-05 17:44:47 -07:00
filters Cleaned up TODOs from MPEG-2 code. 2014-04-29 11:51:28 -07:00
formats Fix problems on 32-bit fresh linux box 2014-06-23 13:48:41 -07:00
test Renamed packager_main to single_packager. 2014-05-27 15:42:10 -07:00