mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
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:
commit
e0597ab747
@ -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\""
|
||||
|
Loading…
x
Reference in New Issue
Block a user