From 49b79cf4ada52c0e8149425a9e47577377219ddd Mon Sep 17 00:00:00 2001 From: hobbes1069 Date: Thu, 30 May 2013 01:36:45 +0000 Subject: [PATCH] Move golay23 into codec2 library. git-svn-id: https://svn.code.sf.net/p/freetel/code@1295 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/src/CMakeLists.txt | 2 +- fdmdv2/README.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codec2-dev/src/CMakeLists.txt b/codec2-dev/src/CMakeLists.txt index 101e325e..041ad48f 100644 --- a/codec2-dev/src/CMakeLists.txt +++ b/codec2-dev/src/CMakeLists.txt @@ -182,7 +182,7 @@ set(CODEC2_SRCS codebookvqanssi.c codebookdt.c codebookge.c - #golay23.c + golay23.c ) add_library(codec2 ${CODEC2_SRCS}) diff --git a/fdmdv2/README.cmake b/fdmdv2/README.cmake index 42e7ec00..6b7fb97e 100644 --- a/fdmdv2/README.cmake +++ b/fdmdv2/README.cmake @@ -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 -- 2.25.1