diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-28 21:21:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-28 21:21:04 +0000 |
commit | f9ceeb4839942474e3d633148cfacdda6edce32d (patch) | |
tree | 7b38dd69b18690072f6d5b19055f6fd06174e6a6 /audio/streamtuner-local/files/patch-src::local.c | |
parent | - Update to 0.99 (diff) |
Streamtuner plugins were included in core distribution.
PR: ports/73025
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Diffstat (limited to 'audio/streamtuner-local/files/patch-src::local.c')
-rw-r--r-- | audio/streamtuner-local/files/patch-src::local.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/streamtuner-local/files/patch-src::local.c b/audio/streamtuner-local/files/patch-src::local.c deleted file mode 100644 index 33c1080a4622..000000000000 --- a/audio/streamtuner-local/files/patch-src::local.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/local.c 29 Mar 2004 11:50:00 -0000 1.69 -+++ src/local.c 14 Aug 2004 11:25:55 -0000 1.70 -@@ -1,5 +1,5 @@ - /* -- * $Id: local.c,v 1.69 2004/03/29 11:50:00 jylefort Exp $ -+ * $Id: local.c,v 1.70 2004/08/14 11:25:55 jylefort Exp $ - * - * Copyright (c) 2002, 2003, 2004 Jean-Yves Lefort <jylefort@brutele.be> - * -@@ -614,6 +614,7 @@ - case LOCAL_TYPE_OGG: local_vc_read(stream); break; - #endif - default: /* nop */ -+ break; - } - - *streams = g_list_append(*streams, stream); |