From c12da41fb976678e6aa4ed8ca47c6802c7328a54 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Tue, 11 Oct 2016 01:47:34 +0000 Subject: [PATCH] build instructions for tsrc git-svn-id: https://svn.code.sf.net/p/freetel/code@2886 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/unittest/tsrc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codec2-dev/unittest/tsrc.c b/codec2-dev/unittest/tsrc.c index 5089ede1..ebdca3d1 100644 --- a/codec2-dev/unittest/tsrc.c +++ b/codec2-dev/unittest/tsrc.c @@ -5,6 +5,8 @@ Unit test for libresample code. + build: gcc tsrc.c -o tsrc -lm -lsamplerate + */ #include -- 2.25.1