Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
d426aee0
Commit
d426aee0
authored
Aug 29, 2002
by
Josh Coalson
Browse files
add id3v2.c
parent
e0b6c8c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugin_common/Makefile.lite
View file @
d426aee0
...
...
@@ -3,13 +3,15 @@
#
LIB_NAME
=
libplugin-common
INCLUDES
=
-I
../../include
INCLUDES
=
-I
../../include
-I
$(HOME)
/local/include
DEFINES
=
-DFLAC__HAS_ID3LIB
-DID3LIB_MAJOR
=
3
-DID3LIB_MINOR
=
8
-DID3LIB_PATCH
=
0
OBJS
=
\
canonical_tag.o
\
charset.o
\
dither.o
\
id3v1.o
id3v1.o
\
id3v2.o
include
../../build/lib.mk
...
...
src/plugin_common/Makefile.vc
View file @
d426aee0
...
...
@@ -12,7 +12,8 @@ C_FILES= \
canonical_tag.c
\
charset.c
\
dither.c
\
id3v1.c
id3v1.c
\
id3v2.c
OBJS
=
$(C_FILES:.c=.obj)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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