mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Added -lrt to fix undefined references to clock_gettime on some systems
This commit is contained in:
parent
eb7cecc3dd
commit
e93fa54838
|
@ -44,6 +44,7 @@ else ifeq ($(SYSTEM),Darwin)
|
|||
ASMFLAGS += -DPREFIX
|
||||
# Default to Linux/elf specific flags
|
||||
else
|
||||
LDFLAGS += -lrt
|
||||
ifeq ($(ARCH), x86_64)
|
||||
ASMFLAGS += -f elf64
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue