Skip to content

Commit

Permalink
complete reorganization and cleanup of the WavPack library source cod…
Browse files Browse the repository at this point in the history
…e - increased the "C" module count from 11 to 21 - eliminated the NO_PACK, NO_UNPACK, and INFO_ONLY macros (the linked library size should now be reduced automatically at the module level based on functions referenced) - added and updated some module-level documentation - as far as I know, this should not include any actual code changes - this will probably make bit of a mess of the Git history, but should be cleaner going forward
  • Loading branch information
dbry committed Dec 10, 2013
1 parent 8c13d4a commit 38dba75
Show file tree
Hide file tree
Showing 29 changed files with 7,582 additions and 7,616 deletions.
27 changes: 19 additions & 8 deletions src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
lib_LTLIBRARIES = libwavpack.la

libwavpack_la_SOURCES = \
bits.c \
float.c \
metadata.c \
unpack.c \
unpack3.c \
wputils.c \
words.c \
common_utils.c \
decorr_utils.c \
entropy_utils.c \
extra1.c \
extra2.c \
open_utils.c \
pack.c \
tags.c
pack_dns.c \
pack_floats.c \
pack_utils.c \
read_words.c \
tags.c \
tag_utils.c \
unpack3.c \
unpack3_open.c \
unpack3_seek.c \
unpack.c \
unpack_floats.c \
unpack_seek.c \
unpack_utils.c \
write_words.c

noinst_HEADERS = \
decorr_tables.h \
unpack3.h \
wavpack_local.h \
wavpack_version.h
Expand Down
274 changes: 0 additions & 274 deletions src/bits.c

This file was deleted.

Loading

0 comments on commit 38dba75

Please sign in to comment.