From: Jonathan Aillet Date: Fri, 1 Jun 2018 21:14:27 +0000 (+0200) Subject: Correction to include dynamic api correctly X-Git-Tag: 6.99.3~21 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a4d9dc65dad0b7aa8bbb317c03fb7ff2fdc6322e;p=src%2Flibafb-helpers.git Correction to include dynamic api correctly Define the correct version needed by the application framework for dynamic api. Change-Id: Ic0fd504316e2fc086545f0615ec6e83f2b1cae2d Signed-off-by: Jonathan Aillet --- diff --git a/filescan-utils.h b/filescan-utils.h index 1ed31a3..906d92c 100644 --- a/filescan-utils.h +++ b/filescan-utils.h @@ -28,7 +28,8 @@ // hack waiting for official V3 API #ifdef USE_API_DYN - #define AFB_BINDING_VERSION dyn + #define AFB_BINDING_VERSION 0 + #define AFB_BINDING_WANT_DYNAPI #include extern afb_dynapi *AFB_default; #define AFB_DEBUG(...) AFB_DYNAPI_DEBUG(AFB_default, __VA_ARGS__)