1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-16 15:41:11 +02:00

Remove GStreamer import functionality

- Remove `src/import/ImportGStreamer.cpp`
- Remove CMake definition from `src/audacity_config.h.in`
- Remove credit in About Dialog, since we don't even bundle that anymore
- Remove GStreamer mention from comment
- Remove USE_GSTREAMER macro

The feature itself is a leftover that is more than a decade old. Upstream
Audacity and downstream packagers don't enable that either.

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
Panagiotis Vasilopoulos
2021-08-14 09:01:34 +03:00
parent 4408d96ff5
commit b9ac8b9bc0
6 changed files with 2 additions and 1432 deletions

View File

@@ -2073,8 +2073,7 @@ PREDEFINED = AUDACITY_DLL_API \
USE_LIBVORBIS=1 \
USE_LIBMAD=1 \
USE_LIBFLAC=1 \
USE_SBSMS=1 \
USE_GSTREAMER
USE_SBSMS=1
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The