summaryrefslogtreecommitdiffstats
path: root/ext/flac/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2003-12-07 21:40:11 +0000
committerChristophe Fergeau <teuf@gnome.org>2003-12-07 21:40:11 +0000
commit06c6f3be60ec2cf3cbcb8225c0bd25ac75129c60 (patch)
treee38dda10cecd7749adbc4d0ee8a705ffa481d179 /ext/flac/Makefile.am
parent12e856c26d690c02cc05a2e945b49e2df538307a (diff)
Added element to rewrite vorbiscomments embedded in flac files. It currently doesn't honour the tag merge mode setting.
Original commit message from CVS: Added element to rewrite vorbiscomments embedded in flac files. It currently doesn't honour the tag merge mode setting. Changed application/x-flac to audio/x-flac in gstflacenc.c
Diffstat (limited to 'ext/flac/Makefile.am')
-rw-r--r--ext/flac/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/flac/Makefile.am b/ext/flac/Makefile.am
index 0f243f4c..8be42015 100644
--- a/ext/flac/Makefile.am
+++ b/ext/flac/Makefile.am
@@ -1,9 +1,9 @@
plugin_LTLIBRARIES = libgstflac.la
-libgstflac_la_SOURCES = gstflac.c gstflacenc.c gstflacdec.c
+libgstflac_la_SOURCES = gstflac.c gstflacenc.c gstflacdec.c gstflactag.c
libgstflac_la_CFLAGS = $(GST_CFLAGS)
libgstflac_la_LIBADD = $(FLAC_LIBS)
libgstflac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-noinst_HEADERS = gstflacenc.h gstflacdec.h flac_compat.h
+noinst_HEADERS = gstflacenc.h gstflacdec.h flac_compat.h gstflactag.h