* args.h is moved into lib
authorkramm <kramm>
Tue, 23 Oct 2001 17:01:08 +0000 (17:01 +0000)
committerkramm <kramm>
Tue, 23 Oct 2001 17:01:08 +0000 (17:01 +0000)
* fixed version display

src/jpeg2swf.c

index 17e6226..cdcde70 100644 (file)
@@ -15,8 +15,7 @@
 #include <fcntl.h>\r
 #include <jpeglib.h>\r
 #include "../lib/rfxswf.h"\r
-\r
-#include "args.h" // not really a header ;-)\r
+#include "../lib/args.h" // not really a header ;-)\r
 \r
 #define MAX_INPUT_FILES 1024\r
 #define VERBOSE(x) (global.verbose>=x)\r
@@ -233,7 +232,7 @@ int args_callback_option(char*arg,char*val)
       if (val) global.force_height = atoi(val); res = 1; break;\r
 \r
     case 'V':\r
-      printf("jpeg2swf - part of swftools 0.0.1\n");exit(0);\r
+      printf("jpeg2swf - part of %s %s\n", PACKAGE, VERSION);exit(0);\r
       \r
     default:\r
       res = -1;\r