Merge pull request #6072 from bkoropoff/builtin-flac-2

Make sure HAVE_CHD is defined regardless of which FLAC we use
This commit is contained in:
Twinaphex 2018-01-09 06:22:09 +01:00 committed by GitHub
commit e0597ab747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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\""