mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-23 06:06:31 +01:00
- fixed Makefile.
- don't include but link iecbits.c.
This commit is contained in:
parent
e90417e3fd
commit
1d8fa52206
2 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ LDADD = -lm
|
||||||
# CFLAGS += -g -Wall
|
# CFLAGS += -g -Wall
|
||||||
|
|
||||||
bin_PROGRAMS = iecset
|
bin_PROGRAMS = iecset
|
||||||
amixer_SOURCES = iecset.c iecbits.c
|
iecset_SOURCES = iecset.c iecbits.c
|
||||||
man_MANS = iecset.1
|
man_MANS = iecset.1
|
||||||
EXTRA_DIST = iecset.1
|
EXTRA_DIST = iecset.1
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <alsa/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
|
|
||||||
#include "iecbits.c"
|
void dump_iec958(snd_aes_iec958_t *iec);
|
||||||
|
|
||||||
static int get_bool(const char *str)
|
static int get_bool(const char *str)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue