From f9355c4a9ca867594e95dd804c3402d7b353ca67 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 31 Aug 2004 08:45:47 +0000 Subject: [PATCH] fix #151462 Original commit message from CVS: fix #151462 --- ChangeLog | 5 +++++ ext/theora/Makefile.am | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0adbdc6c30..fba13612aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-31 Thomas Vander Stichele + + * ext/theora/Makefile.am: + fix makefile. Fixes #151462. + 2004-08-30 Wim Taymans * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait): diff --git a/ext/theora/Makefile.am b/ext/theora/Makefile.am index 0fda115d51..99a48eb368 100644 --- a/ext/theora/Makefile.am +++ b/ext/theora/Makefile.am @@ -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)