Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
bb6313b3
Commit
bb6313b3
authored
Dec 10, 2002
by
Josh Coalson
Browse files
add utils.c, utils.h
parent
d3fe7280
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/flac/Makefile.am
View file @
bb6313b3
...
...
@@ -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
=
\
...
...
src/flac/Makefile.lite
View file @
bb6313b3
...
...
@@ -42,6 +42,7 @@ SRCS_C = \
decode.c
\
encode.c
\
main.c
\
utils.c
\
vorbiscomment.c
include
$(topdir)/build/exe.mk
...
...
src/flac/Makefile.vc
View file @
bb6313b3
...
...
@@ -32,6 +32,7 @@ C_FILES= \
decode.c
\
encode.c
\
main.c
\
utils.c
\
vorbiscomment.c
OBJS
=
$(C_FILES:.c=.obj)
...
...
src/flac/flac.dsp
View file @
bb6313b3
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment