Description: replace ffmpeg with avconv from libav-tools
 Just because ffmpeg is not available in jessie.
Author: Daniel James <daniel@64studio.com>
Bug-Debian: https://bugs.debian.org/722487
Last-Update: 2016-10-03

--- xwax-1.5.orig/import
+++ xwax-1.5/import
@@ -27,7 +27,7 @@ case "$FILE" in
 
 *)
     echo "Calling fallback decoder..." >&2
-    exec ffmpeg -v 0 -i "$FILE" -f s16le -ar "$RATE" -
+    exec avconv -v 0 -i "$FILE" -f s16le -ar "$RATE" -
     ;;
 
 esac
