summaryrefslogtreecommitdiffstats
path: root/ext/flac/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-05-23 16:45:22 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-05-23 16:45:22 +0000
commit13518af4c3609b0458f61469894cd5a098e49346 (patch)
treead1ebf90050ef36e4201d620dad049af80540e31 /ext/flac/Makefile.am
parent4e012bac91ced714fee133f527a802acb9ce4486 (diff)
ext/flac/: Remove backwards compatibility cruft for dealing with FLAC API changes in the 1.0.x series - we require 1....
Original commit message from CVS: * ext/flac/Makefile.am: * ext/flac/flac_compat.h: * ext/flac/gstflac.c: * ext/flac/gstflacdec.c: (gst_flac_dec_init): * ext/flac/gstflacenc.c: Remove backwards compatibility cruft for dealing with FLAC API changes in the 1.0.x series - we require 1.1.1 or newer these days.
Diffstat (limited to 'ext/flac/Makefile.am')
-rw-r--r--ext/flac/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/flac/Makefile.am b/ext/flac/Makefile.am
index b7f1c3f1..d789ddcb 100644
--- a/ext/flac/Makefile.am
+++ b/ext/flac/Makefile.am
@@ -1,10 +1,12 @@
plugin_LTLIBRARIES = libgstflac.la
+# gstflactag.c
+# gstflactag.h
+
libgstflac_la_SOURCES = gstflac.c gstflacdec.c gstflacenc.c
-#gstflacenc.c gstflactag.c
libgstflac_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir) $(GST_PLUGINS_BASE_CFLAGS)
libgstflac_la_LIBADD = $(GST_LIBS) $(FLAC_LIBS) $(GST_PLUGINS_BASE_LIBS) \
-lgsttag-@GST_MAJORMINOR@
libgstflac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-noinst_HEADERS = gstflacenc.h gstflacdec.h flac_compat.h gstflactag.h
+noinst_HEADERS = gstflacenc.h gstflacdec.h