Go to the documentation of this file.
28 #ifndef DAV1D_COMMON_H
29 #define DAV1D_COMMON_H
37 #if defined DAV1D_BUILDING_DLL
38 #define DAV1D_API __declspec(dllexport)
44 #define DAV1D_API __attribute__ ((visibility ("default")))
52 #define DAV1D_ERR(e) (-(e))
54 #define DAV1D_ERR(e) (e)