Browse Source

ogg convert

ncannasse 8 năm trước cách đây
mục cha
commit
09f5a7b400
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      hxd/fmt/pak/Build.hx

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

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