mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-16 16:20:50 +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 \
|
Project.h \
|
||||||
RealFFTf.cpp \
|
RealFFTf.cpp \
|
||||||
RealFFTf.h \
|
RealFFTf.h \
|
||||||
|
RealFFTf48x.cpp \
|
||||||
|
RealFFTf48x.h \
|
||||||
Resample.cpp \
|
Resample.cpp \
|
||||||
Resample.h \
|
Resample.h \
|
||||||
RingBuffer.cpp \
|
RingBuffer.cpp \
|
||||||
@ -180,6 +182,8 @@ audacity_SOURCES = \
|
|||||||
Spectrum.h \
|
Spectrum.h \
|
||||||
SplashDialog.cpp \
|
SplashDialog.cpp \
|
||||||
SplashDialog.h \
|
SplashDialog.h \
|
||||||
|
SseMathFuncs.cpp \
|
||||||
|
SseMathFuncs.h \
|
||||||
Tags.cpp \
|
Tags.cpp \
|
||||||
Tags.h \
|
Tags.h \
|
||||||
Theme.cpp \
|
Theme.cpp \
|
||||||
@ -297,6 +301,8 @@ audacity_SOURCES = \
|
|||||||
effects/EffectManager.h \
|
effects/EffectManager.h \
|
||||||
effects/Equalization.cpp \
|
effects/Equalization.cpp \
|
||||||
effects/Equalization.h \
|
effects/Equalization.h \
|
||||||
|
effects/Equalization48x.cpp \
|
||||||
|
effects/Equalization48x.h \
|
||||||
effects/Fade.cpp \
|
effects/Fade.cpp \
|
||||||
effects/Fade.h \
|
effects/Fade.h \
|
||||||
effects/FindClipping.cpp \
|
effects/FindClipping.cpp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user