aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-07-01 20:56:35 +0800
committerdes <des@FreeBSD.org>2002-07-01 20:56:35 +0800
commit43ef9410e401e756b74866c7c7e0daa9d62ea275 (patch)
tree55e0c2d721fa38a2f9d985680327b9483fa4362d
parentaa0fc3ff0849c04ded5044e99fa014e578cf85c3 (diff)
downloadfreebsd-ports-graphics-43ef9410e401e756b74866c7c7e0daa9d62ea275.tar.gz
freebsd-ports-graphics-43ef9410e401e756b74866c7c7e0daa9d62ea275.tar.zst
freebsd-ports-graphics-43ef9410e401e756b74866c7c7e0daa9d62ea275.zip
Fully back out the "defer-detect" patch.
Submitted by: marius@alchemy.franken.de PR: 33617, 35565
-rw-r--r--audio/mpg123/files/patch-ab14
1 files changed, 2 insertions, 12 deletions
diff --git a/audio/mpg123/files/patch-ab b/audio/mpg123/files/patch-ab
index 3d935ba41d3..4d701e26f02 100644
--- a/audio/mpg123/files/patch-ab
+++ b/audio/mpg123/files/patch-ab
@@ -41,17 +41,7 @@ $FreeBSD$
}
return newfile;
-@@ -605,6 +609,9 @@
- }
-
- if(fr->header_change > 1 || init) {
-+
-+ init_output();
-+
- old_rate = ai.rate;
- old_format = ai.format;
- old_channels = ai.channels;
-@@ -787,6 +794,10 @@
+@@ -784,6 +788,10 @@
_wildcard(&argc,&argv);
#endif
@@ -62,7 +52,7 @@ $FreeBSD$
if(sizeof(short) != 2) {
fprintf(stderr,"Ouch SHORT has size of %d bytes (required: '2')\n",(int)sizeof(short));
exit(1);
-@@ -923,17 +933,6 @@
+@@ -917,17 +925,6 @@
&dirname, &filename))
fprintf(stderr, "\nDirectory: %s", dirname);
fprintf(stderr, "\nPlaying MPEG stream from %s ...\n", filename);