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