mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Adding libs/resample, an audio resampling library. May eventually be forked off into a separate lib package.
Original commit message from CVS: Adding libs/resample, an audio resampling library. May eventually be forked off into a separate lib package.
This commit is contained in:
parent
99edd18882
commit
764560631c
2 changed files with 3 additions and 2 deletions
|
@ -1190,6 +1190,7 @@ libs/idct/Makefile
|
|||
libs/audio/Makefile
|
||||
libs/bytestream/Makefile
|
||||
libs/control/Makefile
|
||||
libs/resample/Makefile
|
||||
plugins/Makefile
|
||||
plugins/a52dec/Makefile
|
||||
plugins/aasink/Makefile
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
SUBDIRS = riff getbits putbits idct audio bytestream control
|
||||
SUBDIRS = riff getbits putbits idct audio bytestream control resample
|
||||
|
||||
DIST_SUBDIRS = riff getbits putbits audio idct bytestream control
|
||||
DIST_SUBDIRS = riff getbits putbits audio idct bytestream control resample
|
||||
|
|
Loading…
Reference in a new issue