shaka-packager/media/formats
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
..
mp2t Made video decoder configuration changes into a non-fatal condition. 2014-06-04 17:43:33 -07:00
mp4 Fix problems on 32-bit fresh linux box 2014-06-23 13:48:41 -07:00
mpeg Modified mp2t::MediaParser to work with the packaging SDK. 2014-04-22 13:32:36 -07:00