MLT
7.38.0
Multimedia Framework
mlt++
MltConfig.h
Go to the documentation of this file.
1
20
#ifndef MLTPP_CONFIG_H
21
#define MLTPP_CONFIG_H
22
23
#if defined(_WIN32)
24
#ifdef MLTPP_EXPORTS
25
#define MLTPP_DECLSPEC __declspec(dllexport)
26
#else
27
#define MLTPP_DECLSPEC __declspec(dllimport)
28
#endif
29
#else
30
#if __GNUC__ >= 4
31
#define MLTPP_DECLSPEC __attribute__((visibility("default"
)))
32
#else
33
#define MLTPP_DECLSPEC
34
#endif
35
#endif
36
37
#endif
Generated by
1.9.1