mad is now a meta-package that contains libmad, libid3tag, and madplay, as the mad distribution has been split up to these three

This commit is contained in:
adam 2003-07-10 09:07:53 +00:00
parent 26778549be
commit e45c207617
2 changed files with 0 additions and 34 deletions

View file

@ -1,13 +0,0 @@
$NetBSD: patch-ac,v 1.4 2002/11/30 11:46:06 salo Exp $
--- Makefile.in.orig Fri Nov 9 08:02:44 2001
+++ Makefile.in Sat Nov 30 12:29:36 2002
@@ -144,7 +144,7 @@
ldadd_libmad = $(depend_libmad)
ldadd_libid3tag = $(depend_libid3tag) $(ldadd_libz)
-depend = @LIBOBJS@ @INTLLIBS@
+depend = @LIBOBJS@
ldadd = $(depend)
DEPENDENCIES = $(depend) $(depend_libmad)

View file

@ -1,21 +0,0 @@
$NetBSD: patch-ad,v 1.2 2003/06/07 14:37:01 cjep Exp $
--- audio_sun.c.orig Sat Nov 3 01:49:07 2001
+++ audio_sun.c Mon Jun 2 14:18:03 2003
@@ -26,6 +26,7 @@
# include "global.h"
# include <unistd.h>
+# include <stdlib.h>
# include <fcntl.h>
# include <sys/ioctl.h>
# include <sys/audioio.h>
@@ -60,6 +61,9 @@
static
int init(struct audio_init *init)
{
+ if (init->path == 0)
+ init->path = getenv("AUDIODEV");
+
if (init->path == 0)
init->path = AUDIO_DEVICE;