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)