summaryrefslogtreecommitdiffstats
path: root/gst/y4m
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 20:21:20 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-05-15 23:35:02 +0100
commitfcfa27bfdf6cf0b0a12217a584cac360d230dc1a (patch)
tree8a13eaceb45fa7ca37742a30b6f66341ec0f8d9d /gst/y4m
parent56bff3790d7546ce3e84c75e962026da2ffdad82 (diff)
[MOVED FROM BAD] more fixes
Original commit message from CVS: more fixes
Diffstat (limited to 'gst/y4m')
-rw-r--r--gst/y4m/Makefile.am2
-rw-r--r--gst/y4m/gsty4mencode.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/y4m/Makefile.am b/gst/y4m/Makefile.am
index 5b92bf6d..c1f1d345 100644
--- a/gst/y4m/Makefile.am
+++ b/gst/y4m/Makefile.am
@@ -1,6 +1,6 @@
plugindir = $(libdir)/gst
-filter_LTLIBRARIES = libgsty4mencode.la
+plugin_LTLIBRARIES = libgsty4mencode.la
libgsty4mencode_la_SOURCES = gsty4mencode.c
libgsty4mencode_la_CFLAGS = $(GST_CFLAGS)
diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c
index 28a0704e..69fc58dc 100644
--- a/gst/y4m/gsty4mencode.c
+++ b/gst/y4m/gsty4mencode.c
@@ -19,7 +19,7 @@
#include <string.h>
#include <gst/gst.h>
-#include "gstlavencode.h"
+#include "gsty4mencode.h"
static GstElementDetails lavencode_details = {
"LavEncode",