shaka-packager/mpd
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
test MpdBuilder Live profile 2014-06-11 12:36:53 -07:00
util MpdBuilder Live profile 2014-06-11 12:36:53 -07:00
mpd.gyp MpdBuilder Live profile 2014-06-11 12:36:53 -07:00