diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-09-19 12:50:04 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-09-19 14:15:11 +0200 |
commit | 864cd9bef0c4dddd1b3287e57a0f07ebb7d3b1dc (patch) | |
tree | a653badf62138009e8e7f625e062ab3b6af351a7 /plugins/dca | |
parent | 70ec08354e9472b2bbc549a62f124179aa33d05a (diff) |
fixed few tarball issues
Diffstat (limited to 'plugins/dca')
-rw-r--r-- | plugins/dca/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/dca/Makefile.am b/plugins/dca/Makefile.am index d6429b84..d26d38b2 100644 --- a/plugins/dca/Makefile.am +++ b/plugins/dca/Makefile.am @@ -20,7 +20,8 @@ tables_fir.h\ tables.h\ tables_huffman.h\ tables_quantization.h\ -tables_vq.h +tables_vq.h\ +bitstream.h dca_la_LDFLAGS = -module |