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