mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Rework of the gstreamer importer.
To test on Windows:
1) Install gstreamer 1.0 devel and runtime
2) Add an GSTREAMER_SDK environment variable which points to the
gstreamer base directory
3) Uncomment USE_GSTREAMER in configwin.h
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#define USE_LIBID3TAG 1
|
||||
#define USE_LV2 1
|
||||
#define USE_LIBMAD 1
|
||||
//#define USE_GSTREAMER 1
|
||||
|
||||
// Resamplers:
|
||||
// Exactly one resampler should be defined.
|
||||
@@ -36,7 +37,6 @@
|
||||
#define USE_LIBVORBIS 1
|
||||
#define USE_NYQUIST 1
|
||||
#define USE_PORTMIXER 1
|
||||
// #define USE_SLV2 1
|
||||
#define USE_SBSMS 1
|
||||
#define USE_SOUNDTOUCH 1
|
||||
#define USE_VAMP 1
|
||||
|
||||
Reference in New Issue
Block a user