mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-13 13:30:01 -05:00
Added big-endian checking.
Added --zero option. Added leadin for AC3 SPDIF.
This commit is contained in:
parent
04255b61c5
commit
c2aa076fb2
6 changed files with 70 additions and 15 deletions
|
|
@ -1,13 +1,24 @@
|
|||
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
||||
|
||||
/* Define if your processor stores words with the most significant
|
||||
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
#undef WORDS_BIGENDIAN
|
||||
|
||||
/* Define if you have the asound library (-lasound). */
|
||||
#undef HAVE_LIBASOUND
|
||||
|
||||
/* Name of package */
|
||||
#undef PACKAGE
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
|
||||
/* Architecture defines */
|
||||
#undef __i386__
|
||||
#undef __alpha__
|
||||
#undef __ppc__
|
||||
#undef __sparc__
|
||||
|
||||
/* Big-Endian */
|
||||
#undef WORDS_BIGENDIAN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue