Mercurial > mplayer.hg
annotate libaf/config.h @ 14094:a0197f7b0784
remove old buggy workaround. kerneltwosix.h itself will be removed soon if this doesn't cause problems
author | rfelker |
---|---|
date | Fri, 03 Dec 2004 20:55:00 +0000 |
parents | 14090f7300a8 |
children | 815f03b7cee5 |
rev | line source |
---|---|
8167 | 1 /*============================================================================= |
2 // | |
13602
14090f7300a8
The full name of the GPL is GNU General Public License.
diego
parents:
8167
diff
changeset
|
3 // This software has been released under the terms of the GNU General Public |
8167 | 4 // license. See http://www.gnu.org/copyleft/gpl.html for details. |
5 // | |
6 // Copyright 2002 Anders Johansson ajh@watri.uwa.edu.au | |
7 // | |
8 //============================================================================= | |
9 */ | |
10 | |
11 // Number of channels | |
12 #ifndef AF_NCH | |
13 #define AF_NCH 6 | |
14 #endif | |
15 |