* removed "printf"s
[swftools.git] / src / swfextract.c
index fa612fc..131a9a0 100644 (file)
@@ -12,6 +12,7 @@
 #include <fcntl.h>
 #include "../lib/rfxswf.h"
 #include "../lib/args.h"
+#include "../lib/log.h"
 #include "reloc.h"
 #ifdef HAVE_ZLIB_H
 #ifdef HAVE_LIBZ
@@ -44,6 +45,7 @@ struct options_t options[] =
  {"i","id"},
  {"j","jpegs"},
  {"p","pngs"},
+ {"m","mp3"},
  {"n","name"},
  {"f","frame"},
  {"V","version"},