23 lines
886 B
Diff
23 lines
886 B
Diff
diff -ur normalize-0.7.7/src/normalize-mp3.in normalize-0.7.7-patch/src/normalize-mp3.in
|
|
--- normalize-0.7.7/src/normalize-mp3.in 2005-09-12 07:31:15.000000000 +0200
|
|
+++ normalize-0.7.7-patch/src/normalize-mp3.in 2011-08-21 22:16:49.984053565 +0200
|
|
@@ -26,12 +26,12 @@
|
|
# %b becomes bitrate of re-encoded file, as specified by the -b option
|
|
# Example: $OGGENCODE="oggenc -Q -b %b -o %m %w"
|
|
|
|
-$MP3DECODE = "@MP3DECODE@";
|
|
-$MP3ENCODE = "@MP3ENCODE@";
|
|
-$OGGDECODE = "@OGGDECODE@";
|
|
-$OGGENCODE = "@OGGENCODE@";
|
|
-$FLACDECODE = "@FLACDECODE@";
|
|
-$FLACENCODE = "@FLACENCODE@";
|
|
+#$MP3DECODE = "@MP3DECODE@";
|
|
+#$MP3ENCODE = "@MP3ENCODE@";
|
|
+#$OGGDECODE = "@OGGDECODE@";
|
|
+#$OGGENCODE = "@OGGENCODE@";
|
|
+#$FLACDECODE = "@FLACDECODE@";
|
|
+#$FLACENCODE = "@FLACENCODE@";
|
|
|
|
# The %w etc. substitutions should *not* be used in the following, as
|
|
# this script knows about their options already.
|