Makefile.common: Fix segfaults with --disable-builtinflac.

This commit is contained in:
orbea 2018-04-27 09:54:05 -07:00
parent 80025692c1
commit 76b4b426af

View File

@ -1463,6 +1463,7 @@ ifeq ($(HAVE_BUILTINFLAC),1)
endif
OBJ += $(FLACOBJ)
else ifeq ($(HAVE_FLAC),1)
DEFINES += -DHAVE_FLAC
LIBS += $(FLAC_LIBS)
endif