diff 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
line wrap: on
line diff
--- a/src/impl/hoofbaby/app/main.d	Wed Jul 08 19:19:56 2009 -0700
+++ b/src/impl/hoofbaby/app/main.d	Thu Jul 09 20:28:13 2009 -0700
@@ -16,14 +16,14 @@
 module hoofbaby.app.main;
 
 // Imports for whole program (just link to them)
-import tango.stdc.stdarg; // Must be linked in to prevent strange linker errors
-debug import tango.core.stacktrace.TraceExceptions;
-import NONE = hoofbaby.codec.libav.mingw;
+import NONE_1       = tango.stdc.stdarg; // Must be linked in to prevent strange linker errors
+debug import NONE_2 = tango.core.stacktrace.TraceExceptions;
+import NONE_3       = hoofbaby.codec.libav.mingw;
 
 import hoofbaby.app.libs;
 
 public int main(char[][] args)
 {
 	initLibs();
-	return Platinum.mimeOnFire(`D:\Media\Videos`);
+	return 0;
 }
\ No newline at end of file