mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 10:34:05 +00:00
fix building with autotools
This commit is contained in:
parent
8104196da6
commit
fe2ff12244
|
@ -34,6 +34,10 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(KVZ_STATIC_LIB) && defined(PIC)
|
||||||
|
#undef KVZ_STATIC_LIB
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(KVZ_STATIC_LIB)
|
#if defined(KVZ_STATIC_LIB)
|
||||||
// Using or building kvazaar as a static library.
|
// Using or building kvazaar as a static library.
|
||||||
#define KVZ_PUBLIC
|
#define KVZ_PUBLIC
|
||||||
|
|
Loading…
Reference in a new issue