mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
libcheck: fix build failure
Need to define CK_DLL_EXP to extern as well in libcompat.h which gets included before the internal-check.h where the other fallback definition for CK_DLL_EXP is. duplicate symbol _check_minor_version in: libcheckinternal.a(libcheckinternal_la-check.o) libcheckinternal.a(libcheckinternal_la-check_log.o)
This commit is contained in:
parent
36372a9f4c
commit
208d500c67
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
* on the command line.
|
||||
*/
|
||||
#ifndef CK_DLL_EXP
|
||||
#define CK_DLL_EXP
|
||||
#define CK_DLL_EXP extern
|
||||
#endif
|
||||
|
||||
#if _MSC_VER
|
||||
|
|
Loading…
Reference in a new issue