summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-17 10:29:30 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-17 10:29:30 +0000
commitd4f4eabad6c07297f32aa71aead50e2d4722dec2 (patch)
tree0d622b46785cc66ddc40ea9c9a3a71270b6653d5
parent872879122019b6acace547ce475be2834069cf7a (diff)
downloadgstreamer-plugins-bad-d4f4eabad6c07297f32aa71aead50e2d4722dec2.tar.gz
cosmetic change
Original commit message from CVS: cosmetic change
-rw-r--r--gst/y4m/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/gst/y4m/Makefile.am b/gst/y4m/Makefile.am
index 1c159dbd0..7c2adc7d8 100644
--- a/gst/y4m/Makefile.am
+++ b/gst/y4m/Makefile.am
@@ -1,10 +1,10 @@
plugindir = $(libdir)/gst
-plugin_LTLIBRARIES = libgsty4mencode.la
+plugin_LTLIBRARIES = libgsty4menc.la
-libgsty4mencode_la_SOURCES = gsty4mencode.c
-libgsty4mencode_la_CFLAGS = $(GST_CFLAGS)
-libgsty4mencode_la_LIBADD =
-libgsty4mencode_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgsty4menc_la_SOURCES = gsty4mencode.c
+libgsty4menc_la_CFLAGS = $(GST_CFLAGS)
+libgsty4menc_la_LIBADD =
+libgsty4menc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gsty4mencode.h