[Scummvm-cvs-logs] SF.net SVN: scummvm: [24943] tools/trunk/convert_dxa.sh

sev at users.sourceforge.net sev at users.sourceforge.net
Thu Dec 28 19:01:36 CET 2006


Revision: 24943
          http://scummvm.svn.sourceforge.net/scummvm/?rev=24943&view=rev
Author:   sev
Date:     2006-12-28 10:01:33 -0800 (Thu, 28 Dec 2006)

Log Message:
-----------
Fix bug #1623619: "convert_dxa.sh: $ENCODE_DXA needs file.smk"

Modified Paths:
--------------
    tools/trunk/convert_dxa.sh

Modified: tools/trunk/convert_dxa.sh
===================================================================
--- tools/trunk/convert_dxa.sh	2006-12-28 12:29:18 UTC (rev 24942)
+++ tools/trunk/convert_dxa.sh	2006-12-28 18:01:33 UTC (rev 24943)
@@ -31,7 +31,7 @@
     then
 	$WINE "$BINK" "$i" "$in.png" /n-1 /z1 /#;
 	$WINE "$BINK" "$i" "$in.wav" /v /#;
-	$ENCODE_DXA --$FORMAT "$in";
+	$ENCODE_DXA --$FORMAT "$in.smk";
 	rm *.png *.wav;
     fi
 done


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list