Move golay23 into codec2 library.
authorhobbes1069 <hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 30 May 2013 01:36:45 +0000 (01:36 +0000)
committerhobbes1069 <hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 30 May 2013 01:36:45 +0000 (01:36 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1295 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/CMakeLists.txt
fdmdv2/README.cmake

index 101e325efa3b81a1f67b88fcf1b0f6845cc72e94..041ad48f19d03492f6eb6a9b5e0f101dc2fb1f3e 100644 (file)
@@ -182,7 +182,7 @@ set(CODEC2_SRCS
     codebookvqanssi.c
     codebookdt.c
     codebookge.c
-    #golay23.c
+    golay23.c
 )
 
 add_library(codec2 ${CODEC2_SRCS})
index 42e7ec00c05cba2d54e49b08eb2618eda07b99d2..6b7fb97eb113a6c7c1af52b47c757e41f86e76f0 100644 (file)
@@ -2,7 +2,7 @@ The CMake configuration for FDMDV2 (FreeDV) should be considered experimental at
 this time but has been thouroughly tested on Fedora Linux and will likely work
 well on most *nix systems and has many advanages over the autotools config. 
 
-- Builds against system libraries (default).
+- Builds against system libraries (by default).
 - Or optionally download, build, and statically link with required libraries on
   an individual basis. See USE_STATIC_??? options.
 - Has experimental NSIS packaing support for Windows (WIN32) targets. *nix