summaryrefslogtreecommitdiff
path: root/gst/autoconvert/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-12-16 09:56:00 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-12-16 09:59:42 +0100
commit2561bb8fa7d6dfd143024a81198cd047b1345d83 (patch)
treeee6d278428d3ffd1c19d20c50942f5f28862de7b /gst/autoconvert/Makefile.am
parent7ae4aaaee6831b9c8bad3c25e99d735435a2a1e0 (diff)
downloadgstreamer-plugins-bad-2561bb8fa7d6dfd143024a81198cd047b1345d83.tar.gz
autoconvert: Rename autocolorspace to autovideoconvert
This doesn't just convert between color spaces.
Diffstat (limited to 'gst/autoconvert/Makefile.am')
-rw-r--r--gst/autoconvert/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/autoconvert/Makefile.am b/gst/autoconvert/Makefile.am
index e92d8a6a7..e57b9bc6c 100644
--- a/gst/autoconvert/Makefile.am
+++ b/gst/autoconvert/Makefile.am
@@ -1,9 +1,10 @@
plugin_LTLIBRARIES = libgstautoconvert.la
-libgstautoconvert_la_SOURCES = gstautoconvert.c gstautoconvert.h gstautocolorspace.c gstautcolorspace.h plugin.c
+libgstautoconvert_la_SOURCES = gstautoconvert.c gstautovideoconvert.c plugin.c
libgstautoconvert_la_CFLAGS = $(GST_CFLAGS)
libgstautoconvert_la_LIBADD = $(GST_LIBS)
libgstautoconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstautoconvert_la_LIBTOOLFLAGS = --tag=disable-static
+noinst_HEADERS = gstautoconvert.h gstautovideoconvert.h