From 52f799a8159b24a314874b7af2c602d3d0705e88 Mon Sep 17 00:00:00 2001 From: Brian Koropoff Date: Mon, 8 Jan 2018 17:09:55 -0800 Subject: [PATCH] Make sure HAVE_CHD is defined regardless of which FLAC we use --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index 885d94eefc..7091f66d1c 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1355,6 +1355,7 @@ ifeq ($(HAVE_IBXM), 1) endif ifeq ($(HAVE_BUILTINFLAC),1) + HAVE_FLAC = 1 CFLAGS += -DHAVE_FLAC -I$(DEPS_DIR)/libFLAC/include DEFINES += -DHAVE_STDINT_H -DHAVE_LROUND -DFLAC__HAS_OGG=0 \ -DFLAC_PACKAGE_VERSION="\"retroarch\""