# HG changeset patch # User Ryan C. Gordon # Date 1015128335 0 # Node ID 7507d2c15281e360b2163dfa25daa447cb75979e # Parent 87ef8f3e94840d32faeddbe9ab61bf6df051bfe6 Patched to respect SDL_sound build flags (fixes --enable-debug, etc). diff -r 87ef8f3e9484 -r 7507d2c15281 decoders/mpglib/Makefile.am --- a/decoders/mpglib/Makefile.am Sun Mar 03 04:05:06 2002 +0000 +++ b/decoders/mpglib/Makefile.am Sun Mar 03 04:05:35 2002 +0000 @@ -1,7 +1,7 @@ noinst_LTLIBRARIES = libmpglib.la INCLUDES = -I$(top_srcdir) -CFLAGS = -DLAYER1 -DLAYER2 -DLAYER3 +libmpglib_la_CFLAGS = -DLAYER1 -DLAYER2 -DLAYER3 if USE_MPGLIB libmpglib_la_SOURCES = \