diff options
Diffstat (limited to 'multimedia/kino/files/patch-ac')
-rw-r--r-- | multimedia/kino/files/patch-ac | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/multimedia/kino/files/patch-ac b/multimedia/kino/files/patch-ac new file mode 100644 index 000000000000..db803b853c6a --- /dev/null +++ b/multimedia/kino/files/patch-ac @@ -0,0 +1,19 @@ +--- scripts/exports/ffmpeg_mp3.sh Mon Nov 24 15:22:16 2003 ++++ scripts/exports/ffmpeg_mp3.sh Fri Apr 9 18:09:18 2004 +@@ -1,6 +1,6 @@ + #!/bin/sh + +-function usage ++usage() + { + # Title + echo "Title: FFMPEG MP3 Export" +@@ -22,7 +22,7 @@ + echo Profile: MP3 64kb/s, 32000 khz, Mono + } + +-function execute ++execute() + { + # Arguments + normalisation="$1" |