mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +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
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_BUILTINFLAC),1)
|
ifeq ($(HAVE_BUILTINFLAC),1)
|
||||||
|
HAVE_FLAC = 1
|
||||||
CFLAGS += -DHAVE_FLAC -I$(DEPS_DIR)/libFLAC/include
|
CFLAGS += -DHAVE_FLAC -I$(DEPS_DIR)/libFLAC/include
|
||||||
DEFINES += -DHAVE_STDINT_H -DHAVE_LROUND -DFLAC__HAS_OGG=0 \
|
DEFINES += -DHAVE_STDINT_H -DHAVE_LROUND -DFLAC__HAS_OGG=0 \
|
||||||
-DFLAC_PACKAGE_VERSION="\"retroarch\""
|
-DFLAC_PACKAGE_VERSION="\"retroarch\""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user