summaryrefslogtreecommitdiffstats
path: root/gst/apetag/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-06-19 00:16:41 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-06-22 10:49:03 +0100
commit0a8f254460afc4b1a5bec091cca7aa9016a84d11 (patch)
treefaea1cc3eea4837589f93c58caff2f57150d49dd /gst/apetag/Makefile.am
parent98fa27dcd129dd8034405ffb19fb6d5b03aadebb (diff)
apedemux: add container-format tag
Use pbutils here because the string is translated.
Diffstat (limited to 'gst/apetag/Makefile.am')
-rw-r--r--gst/apetag/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/apetag/Makefile.am b/gst/apetag/Makefile.am
index 72383e5e..bde6a9f9 100644
--- a/gst/apetag/Makefile.am
+++ b/gst/apetag/Makefile.am
@@ -8,6 +8,7 @@ libgstapetag_la_CFLAGS = \
$(GST_CFLAGS)
libgstapetag_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ \
+ -lgstpbutils-@GST_MAJORMINOR@\
$(GST_BASE_LIBS) \
$(GST_LIBS)
libgstapetag_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)