From 3d002e484eeac7eab3610141808604fb50b4d063 Mon Sep 17 00:00:00 2001 From: bnnm Date: Sun, 5 Apr 2020 22:38:35 +0200 Subject: [PATCH] Add G7221 to Audacious makefiles --- src/Makefile.autotools.am | 2 ++ src/coding/Makefile.autotools.am | 2 ++ src/layout/Makefile.autotools.am | 2 ++ src/meta/Makefile.autotools.am | 2 ++ 4 files changed, 8 insertions(+) diff --git a/src/Makefile.autotools.am b/src/Makefile.autotools.am index a38e6e66..7202e9c1 100644 --- a/src/Makefile.autotools.am +++ b/src/Makefile.autotools.am @@ -15,6 +15,8 @@ libvgmstream_la_LIBADD = -lm EXTRA_DIST = (auto-updated) EXTRA_DIST += ../ext_includes/clHCA.h +AM_CFLAGS += -DVGM_USE_G7221 + if HAVE_VORBIS if HAVE_VORBISFILE AM_CFLAGS += -DVGM_USE_VORBIS diff --git a/src/coding/Makefile.autotools.am b/src/coding/Makefile.autotools.am index 14ce313b..14669050 100644 --- a/src/coding/Makefile.autotools.am +++ b/src/coding/Makefile.autotools.am @@ -10,6 +10,8 @@ libcoding_la_LDFLAGS = libcoding_la_SOURCES = (auto-updated) EXTRA_DIST = (auto-updated) +AM_CFLAGS += -DVGM_USE_G7221 + if HAVE_VORBIS if HAVE_VORBISFILE AM_CFLAGS += -DVGM_USE_VORBIS diff --git a/src/layout/Makefile.autotools.am b/src/layout/Makefile.autotools.am index cd877881..628b5705 100644 --- a/src/layout/Makefile.autotools.am +++ b/src/layout/Makefile.autotools.am @@ -10,6 +10,8 @@ liblayout_la_LDFLAGS = liblayout_la_SOURCES = (auto-updated) EXTRA_DIST = (auto-updated) +AM_CFLAGS += -DVGM_USE_G7221 + if HAVE_VORBIS if HAVE_VORBISFILE AM_CFLAGS += -DVGM_USE_VORBIS diff --git a/src/meta/Makefile.autotools.am b/src/meta/Makefile.autotools.am index c6081a67..c313c3a2 100644 --- a/src/meta/Makefile.autotools.am +++ b/src/meta/Makefile.autotools.am @@ -10,6 +10,8 @@ libmeta_la_LDFLAGS = libmeta_la_SOURCES = (auto-updated) EXTRA_DIST = (auto-updated) +AM_CFLAGS += -DVGM_USE_G7221 + if HAVE_VORBIS if HAVE_VORBISFILE AM_CFLAGS += -DVGM_USE_VORBIS