comparison src/impl/hoofbaby/app/main.d @ 6:270343d824ae

The test program now uses the Encoder class.
author fraserofthenight
date Thu, 09 Jul 2009 20:28:13 -0700
parents e6cf9f26d0e7
children
comparison
equal deleted inserted replaced
5:59aa8015d539 6:270343d824ae
14 */ 14 */
15 15
16 module hoofbaby.app.main; 16 module hoofbaby.app.main;
17 17
18 // Imports for whole program (just link to them) 18 // Imports for whole program (just link to them)
19 import tango.stdc.stdarg; // Must be linked in to prevent strange linker errors 19 import NONE_1 = tango.stdc.stdarg; // Must be linked in to prevent strange linker errors
20 debug import tango.core.stacktrace.TraceExceptions; 20 debug import NONE_2 = tango.core.stacktrace.TraceExceptions;
21 import NONE = hoofbaby.codec.libav.mingw; 21 import NONE_3 = hoofbaby.codec.libav.mingw;
22 22
23 import hoofbaby.app.libs; 23 import hoofbaby.app.libs;
24 24
25 public int main(char[][] args) 25 public int main(char[][] args)
26 { 26 {
27 initLibs(); 27 initLibs();
28 return Platinum.mimeOnFire(`D:\Media\Videos`); 28 return 0;
29 } 29 }