1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 00:38:44 +00:00

Make sure HAVE_CHD is defined regardless of which FLAC we use

This commit is contained in:
Brian Koropoff 2018-01-08 17:09:55 -08:00
parent aa641325cb
commit 52f799a815

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