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:
@@ -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
|
||||
|
Reference in New Issue
Block a user