Add missing $(CROSS_PREFIX) to pkg-config for libopus
This commit is contained in:
parent
8bbf432ada
commit
3c2aefdc06
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ CFLAGS += -DBOOST_FILESYSTEM3
|
|||
endif
|
||||
|
||||
ifdef OPUS_CODEC
|
||||
CFLAGS += -DWITH_OPUS_CODEC $(shell pkg-config --cflags opus)
|
||||
LDFLAGS += $(shell pkg-config --libs opus)
|
||||
CFLAGS += -DWITH_OPUS_CODEC $(shell $(CROSS_PREFIX)pkg-config --cflags opus)
|
||||
LDFLAGS += $(shell $(CROSS_PREFIX)pkg-config --libs opus)
|
||||
endif
|
||||
|
||||
COMMON_LIBRARY=core lua fonts library interface video emulation
|
||||
|
|
Loading…
Add table
Reference in a new issue