mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Addition of gstreamer importer support. Will only use system
libraries...no locals for this fella. gstreamer-1.0 is required.
This commit is contained in:
@@ -537,6 +537,16 @@ audacity_SOURCES += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
if USE_GSTREAMER
|
||||
audacity_CPPFLAGS += $(GSTREAMER_CFLAGS)
|
||||
audacity_LDADD += $(GSTREAMER_LIBS)
|
||||
audacity_SOURCES += \
|
||||
import/ImportGStreamer.cpp \
|
||||
import/ImportGStreamer.h \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
|
||||
if USE_LADSPA
|
||||
audacity_CPPFLAGS += $(LADSPA_CFLAGS)
|
||||
audacity_LDADD += $(LADSPA_LIBS)
|
||||
|
Reference in New Issue
Block a user