Update of /cvsroot/alsa/alsa-utils/iecset
In directory sc8-pr-cvs1:/tmp/cvs-serv26977/iecset

Modified Files:
        Makefile.am iecset.c 
Log Message:
- fixed Makefile.
- don't include but link iecbits.c.



Index: Makefile.am
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/iecset/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 23 Oct 2003 16:54:33 -0000      1.1
+++ Makefile.am 28 Oct 2003 17:42:28 -0000      1.2
@@ -4,6 +4,6 @@
 # CFLAGS += -g -Wall
 
 bin_PROGRAMS = iecset
-amixer_SOURCES = iecset.c iecbits.c
+iecset_SOURCES = iecset.c iecbits.c
 man_MANS = iecset.1
 EXTRA_DIST = iecset.1

Index: iecset.c
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/iecset/iecset.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iecset.c    23 Oct 2003 16:54:33 -0000      1.1
+++ iecset.c    28 Oct 2003 17:42:28 -0000      1.2
@@ -21,7 +21,7 @@
 #include <ctype.h>
 #include <alsa/asoundlib.h>
 
-#include "iecbits.c"
+void dump_iec958(snd_aes_iec958_t *iec);
 
 static int get_bool(const char *str)
 {



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to