From: Josh Coalson Date: Tue, 10 Dec 2002 06:42:39 +0000 (+0000) Subject: add utils.c, utils.h X-Git-Tag: 1.2.0~1268 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb6313b34b3e032b223467e24180fc45cb180465;p=platform%2Fupstream%2Fflac.git add utils.c, utils.h --- diff --git a/src/flac/Makefile.am b/src/flac/Makefile.am index 3d54a9f..ab8b4fb 100644 --- a/src/flac/Makefile.am +++ b/src/flac/Makefile.am @@ -32,10 +32,12 @@ flac_SOURCES = \ decode.c \ encode.c \ main.c \ + utils.c \ vorbiscomment.c \ analyze.h \ decode.h \ encode.h \ + utils.h \ vorbiscomment.h flac_LDADD = \ diff --git a/src/flac/Makefile.lite b/src/flac/Makefile.lite index f0cf8fb..8666822 100644 --- a/src/flac/Makefile.lite +++ b/src/flac/Makefile.lite @@ -42,6 +42,7 @@ SRCS_C = \ decode.c \ encode.c \ main.c \ + utils.c \ vorbiscomment.c include $(topdir)/build/exe.mk diff --git a/src/flac/Makefile.vc b/src/flac/Makefile.vc index 9c87077..8c37abb 100644 --- a/src/flac/Makefile.vc +++ b/src/flac/Makefile.vc @@ -32,6 +32,7 @@ C_FILES= \ decode.c \ encode.c \ main.c \ + utils.c \ vorbiscomment.c OBJS= $(C_FILES:.c=.obj) diff --git a/src/flac/flac.dsp b/src/flac/flac.dsp index 6b20fd8..6834599 100644 --- a/src/flac/flac.dsp +++ b/src/flac/flac.dsp @@ -105,6 +105,10 @@ SOURCE=.\main.c # End Source File # Begin Source File +SOURCE=.\utils.c +# End Source File +# Begin Source File + SOURCE=.\vorbiscomment.c # End Source File # End Group @@ -125,6 +129,10 @@ SOURCE=.\encode.h # End Source File # Begin Source File +SOURCE=.\utils.h +# End Source File +# Begin Source File + SOURCE=.\vorbiscomment.h # End Source File # End Group