diff options
author | Paul Adenot <[email protected]> | 2019-08-21 17:34:40 +0200 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2019-08-22 10:11:25 +1200 |
commit | 8c3e32bd24933f82220b66c88c845c4b2bdf28e7 (patch) | |
tree | 9250ea5fbb481108fd765c8d611f4317cd104ce0 /CMakeLists.txt | |
parent | 323ced80197a2b3441d28bb12a4e53d4c30e0221 (diff) | |
download | cubeb-8c3e32bd24933f82220b66c88c845c4b2bdf28e7.tar.gz cubeb-8c3e32bd24933f82220b66c88c845c4b2bdf28e7.zip |
Remove panning API from cubeb
This is best done by the host application, and had very little
implementation anyways.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bc98b40..b32a53a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,6 @@ add_library(cubeb src/cubeb.c src/cubeb_mixer.cpp src/cubeb_resampler.cpp - src/cubeb_panner.cpp src/cubeb_log.cpp src/cubeb_strings.c src/cubeb_utils.cpp |