1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/libjpeg/config.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,7 @@ 1.4 +#define VERSION "1.3.1" 1.5 +#define BUILD "2014-03-22" 1.6 +#define PACKAGE_NAME "libjpeg-turbo" 1.7 + 1.8 +/* Need to use Mozilla-specific function inlining. */ 1.9 +#include "mozilla/Attributes.h" 1.10 +#define INLINE MOZ_ALWAYS_INLINE