mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
New audio resampling library, created from code in the audioscale plugin.
Original commit message from CVS: New audio resampling library, created from code in the audioscale plugin.
This commit is contained in:
parent
385e84596f
commit
a7f5c14936
1 changed files with 19 additions and 0 deletions
19
libs/resample/Makefile.am
Normal file
19
libs/resample/Makefile.am
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
filterdir = $(libdir)/gst
|
||||
|
||||
filter_LTLIBRARIES = libresample.la
|
||||
|
||||
|
||||
libresample_la_SOURCES = dtos.c functable.c resample.c resample.h
|
||||
|
||||
|
||||
noinst_HEADERS = resample.h
|
||||
|
||||
check_PROGRAMS = test
|
||||
|
||||
test_SOURCES = test.c
|
||||
test_LDADD = libresample.la
|
||||
|
||||
|
||||
CFLAGS += -O2 -ffast-math
|
||||
|
Loading…
Reference in a new issue