LibMedia+everywhere: Remove superfluous and unused audio code

We had numerous NiH-based implementations of audio formats and metadata
that we now no longer need because we either don't make use of the code,
or we replaced its implementation by FFmpeg.
This commit is contained in:
Jelle Raaijmakers
2024-09-30 14:49:59 +02:00
committed by Andreas Kling
parent 57783eff24
commit 233b4f2ca8
46 changed files with 12 additions and 6530 deletions

View File

@@ -10,14 +10,6 @@
# cmakedefine01 AUDIO_DEBUG
#endif
#ifndef AWAVLOADER_DEBUG
# cmakedefine01 AWAVLOADER_DEBUG
#endif
#ifndef AFLACLOADER_DEBUG
# cmakedefine01 AFLACLOADER_DEBUG
#endif
#ifndef BMP_DEBUG
# cmakedefine01 BMP_DEBUG
#endif