mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
src/Makefile.am: Add Andrew Hallendorff's SSE accelerated Equalization files.
This commit is contained in:
parent
de27ef14c9
commit
9675f18ac4
@ -160,6 +160,8 @@ audacity_SOURCES = \
|
||||
Project.h \
|
||||
RealFFTf.cpp \
|
||||
RealFFTf.h \
|
||||
RealFFTf48x.cpp \
|
||||
RealFFTf48x.h \
|
||||
Resample.cpp \
|
||||
Resample.h \
|
||||
RingBuffer.cpp \
|
||||
@ -180,6 +182,8 @@ audacity_SOURCES = \
|
||||
Spectrum.h \
|
||||
SplashDialog.cpp \
|
||||
SplashDialog.h \
|
||||
SseMathFuncs.cpp \
|
||||
SseMathFuncs.h \
|
||||
Tags.cpp \
|
||||
Tags.h \
|
||||
Theme.cpp \
|
||||
@ -297,6 +301,8 @@ audacity_SOURCES = \
|
||||
effects/EffectManager.h \
|
||||
effects/Equalization.cpp \
|
||||
effects/Equalization.h \
|
||||
effects/Equalization48x.cpp \
|
||||
effects/Equalization48x.h \
|
||||
effects/Fade.cpp \
|
||||
effects/Fade.h \
|
||||
effects/FindClipping.cpp \
|
||||
|
Loading…
x
Reference in New Issue
Block a user