mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 15:33:34 -04:00
FreeDV modulator: compilation conditional to codec2 library found
This commit is contained in:
@@ -20,5 +20,7 @@ if (BUILD_DEBIAN)
|
||||
add_subdirectory(remotesource)
|
||||
endif (BUILD_DEBIAN)
|
||||
|
||||
# TODO: add FreeDV stuff only if codec2 library is present
|
||||
add_subdirectory(modfreedv)
|
||||
find_package(Codec2)
|
||||
if (CODEC2_FOUND)
|
||||
add_subdirectory(modfreedv)
|
||||
endif(CODEC2_FOUND)
|
||||
Reference in New Issue
Block a user