fix #151462
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 31 Aug 2004 08:45:47 +0000 (08:45 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 31 Aug 2004 08:45:47 +0000 (08:45 +0000)
Original commit message from CVS:
fix #151462

ChangeLog
ext/theora/Makefile.am

index 0adbdc6..fba1361 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * ext/theora/Makefile.am:
+         fix makefile.  Fixes #151462.
+
 2004-08-30  Wim Taymans  <wim@fluendo.com>
 
        * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
index 0fda115..99a48eb 100644 (file)
@@ -1,8 +1,6 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
-
 plugin_LTLIBRARIES = libgsttheora.la
 
-libgsttheora_la_SOURCES = theoradec.c
+libgsttheora_la_SOURCES = theora.c theoraenc.c theoradec.c
 libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS)
 libgsttheora_la_LIBADD = $(THEORA_LIBS)
 libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)