Skip site navigation (1)Skip section navigation (2)
Date:      10 Oct 2000 15:13:31 +0200
From:      Thomas Gellekum <tg@melaten.rwth-aachen.de>
To:        freebsd-multimedia@freebsd.org
Subject:   AFMT_S16_NE
Message-ID:  <kqg0m4u9dw.fsf@cip12.melaten.rwth-aachen.de>

next in thread | raw e-mail | index | archive | help
Moin,

is anyone opposed to the following change?

,----
| --- /usr/include/sys/soundcard.h	Mon Mar 27 14:42:00 2000
| +++ soundcard.h	Tue Oct 10 15:10:37 2000
| @@ -293,8 +293,10 @@
|  
|  #if defined(_AIX) || defined(AIX)
|  #  define _PATCHKEY(id) (0xfd00|id)
| +#  define AFMT_S16_NE AFMT_S16_BE
|  #else
|  #  define _PATCHKEY(id) ((id<<8)|0xfd)
| +#  define AFMT_S16_NE AFMT_S16_LE
|  #endif
|  
|  /*
`----

The latest Python wants a AFMT_S16_NE definition.

tg


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?kqg0m4u9dw.fsf>