Browse Source

ogg convert

ncannasse 8 years ago
parent
commit
09f5a7b400
1 changed files with 2 additions and 0 deletions
  1. 2 0
      hxd/fmt/pak/Build.hx

+ 2 - 0
hxd/fmt/pak/Build.hx

@@ -47,6 +47,8 @@ class Build {
 			switch( ext ) {
 			switch( ext ) {
 			case "mp3":
 			case "mp3":
 				hxd.snd.Convert.toMP3(dir, f);
 				hxd.snd.Convert.toMP3(dir, f);
+			case "ogg":
+				hxd.snd.Convert.toOGG(dir, f);
 			default:
 			default:
 				throw 'Missing \'$f\' required by \'$dir\'';
 				throw 'Missing \'$f\' required by \'$dir\'';
 			}
 			}