mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Add ogv extension to default Packager extensions
This commit is contained in:
parent
5ba93acf5c
commit
5ac13fd2b1
@ -2430,7 +2430,7 @@ class Packager:
|
|||||||
|
|
||||||
# Binary files that are considered uncompressible, and are
|
# Binary files that are considered uncompressible, and are
|
||||||
# copied without compression.
|
# copied without compression.
|
||||||
self.uncompressibleExtensions = [ 'mp3', 'ogg', 'wav', 'rml', 'rcss', 'otf' ]
|
self.uncompressibleExtensions = [ 'mp3', 'ogg', 'ogv', 'wav', 'rml', 'rcss', 'otf' ]
|
||||||
# wav files are compressible, but p3openal_audio won't load
|
# wav files are compressible, but p3openal_audio won't load
|
||||||
# them compressed.
|
# them compressed.
|
||||||
# rml, rcss and otf files must be added here because
|
# rml, rcss and otf files must be added here because
|
||||||
|
Loading…
x
Reference in New Issue
Block a user