FLAC__ize all the #defines

This commit is contained in:
Josh Coalson
2001-04-24 22:54:07 +00:00
parent f4035ba7f5
commit bb6712e9e4
7 changed files with 45 additions and 45 deletions

View File

@@ -4,7 +4,7 @@
lib_LTLIBRARIES = libFLAC.la
if DEBUG
CFLAGS += @CFLAGS@ -DFLAC_OVERFLOW_DETECT
CFLAGS += @CFLAGS@ -DFLAC__OVERFLOW_DETECT
else
CFLAGS = @CFLAGS@
endif