diff options
author | Brad Midgley <bmidgley@xmission.com> | 2008-03-08 05:21:26 +0000 |
---|---|---|
committer | Brad Midgley <bmidgley@xmission.com> | 2008-03-08 05:21:26 +0000 |
commit | 9e446dba514577bd52f93f492903f0e4eb9941c7 (patch) | |
tree | 50b779eaa5906ed95f7c3790c4e2c49385dccde2 /sbc/Makefile.am | |
parent | 5d5d89bb2dbc295443900d59d8a7172dc2f279c7 (diff) |
Cidorvan found another place where the spec had us saving a bunch of values
that were used immediately. Just compute and use instead of saving. In the decoder.
Diffstat (limited to 'sbc/Makefile.am')
-rw-r--r-- | sbc/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbc/Makefile.am b/sbc/Makefile.am index 9079305a..afc197a0 100644 --- a/sbc/Makefile.am +++ b/sbc/Makefile.am @@ -1,4 +1,3 @@ - if SNDFILE sndfile_programs = sbctester else @@ -23,6 +22,6 @@ sbctester_LDADD = @SNDFILE_LIBS@ endif endif -AM_CFLAGS = @SNDFILE_CFLAGS@ +AM_CFLAGS = @SNDFILE_CFLAGS@ -O3 MAINTAINERCLEANFILES = Makefile.in |