Hook it up.
authorAndy Wingo <wingo@pobox.com>
Mon, 6 Feb 2006 09:40:09 +0000 (09:40 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 6 Feb 2006 09:40:09 +0000 (09:40 +0000)
commit024ed9899da4fb70719b7177a5d29b40a2d09a79
tree20147e9d214096ca403f2c8136270542e0d9f478
parentfdde7f240ffe1db0b7decfcde325581977374d8b
Hook it up.

Original commit message from CVS:
2006-02-05  Lutz Mueller <lutz@topfrose.de>

reviewed by: Andy Wingo <wingo@pobox.com>

* configure.ac:
* ext/Makefile.am: Hook it up.
* ext/bz2/gstbz2.c:
* ext/bz2/gstbz2dec.h:
* ext/bz2/gstbz2dec.c:
* ext/bz2/gstbz2enc.h:
* ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
decoding (#303167).
ChangeLog
configure.ac
ext/Makefile.am
ext/bz2/Makefile.am [new file with mode: 0644]
ext/bz2/gstbz2.c [new file with mode: 0644]
ext/bz2/gstbz2dec.c [new file with mode: 0644]
ext/bz2/gstbz2dec.h [new file with mode: 0644]
ext/bz2/gstbz2enc.c [new file with mode: 0644]
ext/bz2/gstbz2enc.h [new file with mode: 0644]