[MOVED FROM BAD] more fixes
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Dec 2001 20:21:20 +0000 (20:21 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Fri, 15 May 2009 22:35:02 +0000 (23:35 +0100)
Original commit message from CVS:
more fixes

gst/y4m/Makefile.am
gst/y4m/gsty4mencode.c

index 5b92bf6..c1f1d34 100644 (file)
@@ -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)
index 28a0704..69fc58d 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <string.h>
 #include <gst/gst.h>
-#include "gstlavencode.h"
+#include "gsty4mencode.h"
 
 static GstElementDetails lavencode_details = {
   "LavEncode",