*All tools converted to the new format now! They should all compile now.

*Fixed bug where specifying extra audio parameters wouldn't work with -o switch before input file/dir
*Added dependencies to extract_agos msvc9 project
*Added compress_tucker msvc project.

svn-id: r41505
This commit is contained in:
Hampus Nilsson
2009-06-14 00:30:59 +00:00
parent 05166f4682
commit cf7db9208e
7 changed files with 306 additions and 174 deletions
+1 -1
View File
@@ -709,7 +709,7 @@ int main(int argc, char *argv[]) {
inpath.setFullPath(argv[first_arg]);
if(outpath.empty()) {
// Change extension for output
// Actual change of extension is done later...
outpath = inpath;
}