add libRocket extensions for packp3d to pick up

This commit is contained in:
rdb 2012-02-11 19:39:33 +00:00
parent 6795dd86b1
commit 5bf3aa09d5

View File

@ -2318,9 +2318,11 @@ class Packager:
# Binary files that are considered uncompressible, and are
# copied without compression.
self.uncompressibleExtensions = [ 'mp3', 'ogg', 'wav' ]
self.uncompressibleExtensions = [ 'mp3', 'ogg', 'wav', 'rml', 'rcss', 'otf' ]
# wav files are compressible, but p3openal_audio won't load
# them compressed.
# rml, rcss and otf files must be added here because
# libRocket wants to be able to seek in these files.
# Files which are not to be processed further, but which
# should be added exactly byte-for-byte as they are.