From 6fbf187762d89f34495c5cdfa86125607e8fe84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 29 Apr 2006 18:18:24 +0000 Subject: ext/taglib/: Split the actual ID3v2 tag rendering code into its own subclass. Original commit message from CVS: * ext/taglib/Makefile.am: * ext/taglib/gstid3v2mux.cc: * ext/taglib/gstid3v2mux.h: * ext/taglib/gsttaglib.cc: * ext/taglib/gsttaglib.h: Split the actual ID3v2 tag rendering code into its own subclass. --- ext/taglib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/taglib/Makefile.am') diff --git a/ext/taglib/Makefile.am b/ext/taglib/Makefile.am index 18c4c084..0b608f3d 100644 --- a/ext/taglib/Makefile.am +++ b/ext/taglib/Makefile.am @@ -1,6 +1,6 @@ plugin_LTLIBRARIES = libgsttaglib.la -libgsttaglib_la_SOURCES = gsttaglib.cc +libgsttaglib_la_SOURCES = gsttaglib.cc gstid3v2mux.cc libgsttaglib_la_CXXFLAGS = \ $(GST_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) \ @@ -11,6 +11,6 @@ libgsttaglib_la_LIBADD = \ $(TAGLIB_LIBS) libgsttaglib_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -noinst_HEADERS = gsttaglib.h +noinst_HEADERS = gsttaglib.h gstid3v2mux.h #EXTRA_DIST = README -- cgit v1.2.1