Mercurial > audlegacy-plugins
changeset 2526:27630085a2c7
Actually substitute/define OSS_CFLAGS.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 17 Apr 2008 05:15:02 +0300 |
parents | 1805b0907d09 |
children | 74ce4495e533 |
files | configure.ac extra.mk.in |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Thu Apr 17 05:06:14 2008 +0300 +++ b/configure.ac Thu Apr 17 05:15:02 2008 +0300 @@ -919,7 +919,7 @@ if test "x$have_oss" = "xyes"; then OUTPUT_PLUGINS="$OUTPUT_PLUGINS OSS" fi - +AC_SUBST(OSS_CFLAGS) AC_SUBST(OSS_LIBS)
--- a/extra.mk.in Thu Apr 17 05:06:14 2008 +0300 +++ b/extra.mk.in Thu Apr 17 05:15:02 2008 +0300 @@ -232,6 +232,7 @@ OGG_VORBIS_CFLAGS ?= @OGG_VORBIS_CFLAGS@ OGG_VORBIS_LIBS ?= @OGG_VORBIS_LIBS@ OSS_LIBS ?= @OSS_LIBS@ +OSS_CFLAGS ?= @OSS_CFLAGS@ OUTPUT_PLUGINS ?= @OUTPUT_PLUGINS@ OUTPUT_PLUGIN_DIR ?= @OUTPUT_PLUGIN_DIR@ PACKAGE ?= @PACKAGE@