1
0
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:
benjamin.drung@gmail.com 2014-05-27 20:57:36 +00:00
parent de27ef14c9
commit 9675f18ac4

View File

@ -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 \