changed fifo.h and fdmdv.h to more unique names codec2_fifo.h & codec2_fdmdv.h to...
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 22 Dec 2012 07:15:02 +0000 (07:15 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 22 Dec 2012 07:15:02 +0000 (07:15 +0000)
commit7b09b24d830dd6c8f1ea7877b76792655a28410d
treec8c5e2f884d04185818a45496f6dd6e24bc96820
parent7ab3ed373657679fa6138504501a7e5f1a33b257
changed fifo.h and fdmdv.h to more unique names codec2_fifo.h & codec2_fdmdv.h to make them more suitable for make installing

git-svn-id: https://svn.code.sf.net/p/freetel/code@1150 01035d8c-6547-0410-b346-abe4f91aad63
16 files changed:
codec2-dev/src/Makefile.am
codec2-dev/src/codec2_fdmdv.h [new file with mode: 0644]
codec2-dev/src/codec2_fifo.h [new file with mode: 0644]
codec2-dev/src/fdmdv.c
codec2-dev/src/fdmdv.h [deleted file]
codec2-dev/src/fdmdv_demod.c
codec2-dev/src/fdmdv_get_test_bits.c
codec2-dev/src/fdmdv_interleave.c
codec2-dev/src/fdmdv_internal.h
codec2-dev/src/fdmdv_mod.c
codec2-dev/src/fdmdv_put_test_bits.c
codec2-dev/src/fifo.c
codec2-dev/src/fifo.h [deleted file]
codec2-dev/unittest/t48_8.c
codec2-dev/unittest/tfdmdv.c
codec2-dev/unittest/tfifo.c