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
|
||||
OBJ += $(FLACOBJ)
|
||||
else ifeq ($(HAVE_FLAC),1)
|
||||
LIBS += $(FLAC_LIBS)
|
||||
DEFINES += -DHAVE_FLAC
|
||||
LIBS += $(FLAC_LIBS)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_ZLIB), 1)
|
||||
|
|
Loading…
Reference in New Issue