1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +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:
lllucius@gmail.com
2014-05-16 17:36:27 +00:00
parent 4c771843c2
commit a6782da38d
16 changed files with 936 additions and 399 deletions

View File

@@ -96,6 +96,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_c99_func_lrint.m4 \
$(top_srcdir)/m4/ac_c99_func_lrintf.m4 \
$(top_srcdir)/m4/audacity_checklib_ffmpeg.m4 \
$(top_srcdir)/m4/audacity_checklib_gstreamer.m4 \
$(top_srcdir)/m4/audacity_checklib_lame.m4 \
$(top_srcdir)/m4/audacity_checklib_libexpat.m4 \
$(top_srcdir)/m4/audacity_checklib_libflac.m4 \
@@ -321,6 +322,8 @@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
GMSGFMT = @GMSGFMT@
GMSGFMT_015 = @GMSGFMT_015@
GREP = @GREP@
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
GSTREAMER_LIBS = @GSTREAMER_LIBS@
GTK_CFLAGS = @GTK_CFLAGS@
GTK_LIBS = @GTK_LIBS@
HAVE_GTK = @HAVE_GTK@