From d480d45eecb0f95c864b5c620237812d9fd43ab2 Mon Sep 17 00:00:00 2001 From: Dominik Weckbecker Date: Mon, 2 Sep 2024 18:20:55 +0200 Subject: [PATCH] disable OBJ_EDITING_INTERFACE --- lib_com/options.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lib_com/options.h b/lib_com/options.h index f768a074b0..e3ba647daa 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -154,15 +154,13 @@ /* ################## Start DEVELOPMENT switches ######################### */ -#define OBJ_EDITING_INTERFACE /* Interface for object editing */ +/*#define OBJ_EDITING_INTERFACE*/ /* Interface for object editing */ #ifdef OBJ_EDITING_INTERFACE -#define OBJ_EDITING_API /* object editing changes related to the API */ -#define OBJ_EDITING_EXAMPLE /* obj editing example code in decoder.c */ -#endif - +#define OBJ_EDITING_API /* object editing changes related to the API */ +#define OBJ_EDITING_EXAMPLE /* obj editing example code in decoder.c */ #define OMASA_OBJECT_EDITING /* Nokia: object editing interface for OMASA */ #define OBJ_EDITING_PARAMISM_BIN /* Nokia: object editing for ParamISM to binaural */ - +#endif /* ################### Start BE switches ################################# */ /* only BE switches wrt selection floating point code */ -- GitLab