diff options
Diffstat (limited to 'audio/mp4tools/audiorip_fix_mplayer.diff')
-rw-r--r-- | audio/mp4tools/audiorip_fix_mplayer.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/mp4tools/audiorip_fix_mplayer.diff b/audio/mp4tools/audiorip_fix_mplayer.diff deleted file mode 100644 index 638d063bce3b7..0000000000000 --- a/audio/mp4tools/audiorip_fix_mplayer.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- mp4tools 2010-10-18 01:45:43.000000000 +0200 -+++ mp4tools 2010-12-19 11:18:22.751055457 +0100 -@@ -182,7 +182,7 @@ - { - [ -n "$3" ] && AF="-af $3" - green "Ripping Audio" -- mplayer "$1" -benchmark -vo null -ao "pcm:fast:file=$2" $AF $MSG -+ mplayer "$1" -benchmark -vc null -vo null -ao "pcm:fast:file=$2" $AF $MSG - } - - #aacenc <infile> <outfile> |