Hello.
I want to install baresip stable version, but cant find info - how install v4l2_codec?
and auloop;vidloop ?
I am doing like this
As i understand - i shold add at cmke with option -DAPP_MODULES="auloop;vidloop" or -DEXTRA_MODULES="v4l2_codec"
If i do this - i got erorr:
=====
CMake Error at CMakeLists.txt:200 (add_subdirectory):
add_subdirectory given source "modules/v4l2_codec" which is not an existing
directory.
CMake Error at CMakeLists.txt:201 (set_target_properties):
set_target_properties Can not find target to add properties to: v4l2_codec
CMake Error at CMakeLists.txt:361 (install):
install TARGETS given target "v4l2_codec" which does not exist.
=====
CMake Error at CMakeLists.txt:205 (add_subdirectory):
add_subdirectory given source "/auloop" which is not an existing directory.
CMake Error at CMakeLists.txt:209 (set_target_properties):
set_target_properties Can not find target to add properties to: auloop
CMake Error at CMakeLists.txt:205 (add_subdirectory):
add_subdirectory given source "/vidloop" which is not an existing
directory.
CMake Error at CMakeLists.txt:209 (set_target_properties):
set_target_properties Can not find target to add properties to: vidloop
CMake Error at CMakeLists.txt:361 (install):
install TARGETS given target "auloop" which does not exist.
CMake Error at CMakeLists.txt:361 (install):
install TARGETS given target "vidloop" which does not exist.
-- Configuring incomplete, errors occurred!
Does version 3000 have this iptions?