mirror of
https://code.videolan.org/videolan/dav1d
synced 2026-06-11 04:03:05 +00:00
Export DAV1D APIs correctly on OS/2
This commit is contained in:
committed by
Jean-Baptiste Kempf
co-authored by
Jean-Baptiste Kempf
parent
8674770e4b
commit
b29c5782e7
@@ -43,6 +43,8 @@ extern "C" {
|
||||
#else
|
||||
#define DAV1D_API
|
||||
#endif
|
||||
#elif defined __OS2__
|
||||
#define DAV1D_API __declspec(dllexport)
|
||||
#else
|
||||
#if __GNUC__ >= 4
|
||||
#define DAV1D_API __attribute__ ((visibility ("default")))
|
||||
|
||||
Reference in New Issue
Block a user