mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Makefile.common: Fix segfaults with --disable-builtinflac.
This commit is contained in:
parent
80025692c1
commit
76b4b426af
@ -1463,7 +1463,8 @@ ifeq ($(HAVE_BUILTINFLAC),1)
|
|||||||
endif
|
endif
|
||||||
OBJ += $(FLACOBJ)
|
OBJ += $(FLACOBJ)
|
||||||
else ifeq ($(HAVE_FLAC),1)
|
else ifeq ($(HAVE_FLAC),1)
|
||||||
LIBS += $(FLAC_LIBS)
|
DEFINES += -DHAVE_FLAC
|
||||||
|
LIBS += $(FLAC_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_ZLIB), 1)
|
ifeq ($(HAVE_ZLIB), 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user