Browse Source

Add ogv extension to default Packager extensions

rdb 10 years ago
parent
commit
5ac13fd2b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/p3d/Packager.py

+ 1 - 1
direct/src/p3d/Packager.py

@@ -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