1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +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

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.13.3 from Makefile.am.
# Makefile.in generated by automake 1.13.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -87,6 +87,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 \
@@ -236,6 +237,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@