diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 08:07:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 08:07:53 +0000 |
commit | b56f2e86b3eb0c5a43e665368466794eca8e3c50 (patch) | |
tree | 6fc11956e8ba9dfc7cb18a9e983b3c8652c549a1 /audio/wsoundserver/files/patch-wslib::info.c | |
parent | 2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtk (diff) |
2012-11-26 astro/position: No more public distfiles
2012-11-26 astro/tangogps: No more public distfiles
2012-11-26 audio/id3ren: No more public distfiles
2012-11-26 audio/volumecontrol: No more public distfiles
2012-11-27 audio/wsoundprefs: Depends on the deprecated audio/wsoundserver and expired x11-toolkits/libdockapp
2012-11-26 audio/wsoundserver: Depends on deprecated libdockapp
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307889
Diffstat (limited to 'audio/wsoundserver/files/patch-wslib::info.c')
-rw-r--r-- | audio/wsoundserver/files/patch-wslib::info.c | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/audio/wsoundserver/files/patch-wslib::info.c b/audio/wsoundserver/files/patch-wslib::info.c deleted file mode 100644 index 428d8acd92d3..000000000000 --- a/audio/wsoundserver/files/patch-wslib::info.c +++ /dev/null @@ -1,37 +0,0 @@ - -$FreeBSD$ - ---- wslib/info.c 2001/03/10 13:03:11 1.1 -+++ wslib/info.c 2001/03/10 13:04:20 -@@ -138,12 +138,6 @@ - case AF_COMPRESSION_APPLE_MAC6: - fprintf(stderr, "Apple MAC6\n"); - break; -- case AF_COMPRESSION_MPEG1: -- fprintf(stderr, "MPEG 1\n"); -- break; -- case AF_COMPRESSION_AWARE_MULTIRATE: -- fprintf(stderr, "Aware MultiRate\n"); -- break; - case AF_COMPRESSION_G726: - fprintf(stderr, "G726\n"); - break; -@@ -158,18 +152,6 @@ - break; - case AF_COMPRESSION_FS1016: - fprintf(stderr, "FS1016\n"); -- break; -- case AF_COMPRESSION_DEFAULT_MPEG_I: -- fprintf(stderr, "MPEG 1 Layer 1\n"); -- break; -- case AF_COMPRESSION_DEFAULT_MPEG_II: -- fprintf(stderr, "MPEG 1 Layer 2\n"); -- break; -- case AF_COMPRESSION_DEFAULT_MULTIRATE: -- fprintf(stderr, "MultiRate\n"); -- break; -- case AF_COMPRESSION_DEFAULT_LOSSLESS: -- fprintf(stderr, "Lossless\n"); - break; - default: - fprintf(stderr, "Unknown\n"); |