From 3f2d8d9440e6ead4cfb1a26f6215a860e4d6d46e Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Sun, 20 Dec 2020 10:50:24 -0600 Subject: [PATCH] Re-bootstrap build. --- codec2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codec2.spec b/codec2.spec index a17976b..1d095aa 100644 --- a/codec2.spec +++ b/codec2.spec @@ -13,7 +13,7 @@ Source0: https://github.com/drowe67/codec2/archive/v%{version}/%{name}-%{ BuildRequires: gcc BuildRequires: cmake%{?rhel:3} BuildRequires: libsamplerate-devel -BuildRequires: lpcnetfreedv-devel +#BuildRequires: lpcnetfreedv-devel BuildRequires: speex-devel %if ! 0%{?rhel} < 8 BuildRequires: speexdsp-devel @@ -50,7 +50,7 @@ Example code for Codec 2 %build %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DLPCNET=ON + -DLPCNET=OFF %cmake_build