Original commit message from CVS:
fix #151462
This commit is contained in:
Thomas Vander Stichele 2004-08-31 08:45:47 +00:00
parent eed81bc3a1
commit f9355c4a9c
2 changed files with 6 additions and 3 deletions

View file

@ -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> 2004-08-30 Wim Taymans <wim@fluendo.com>
* gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait): * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):

View file

@ -1,8 +1,6 @@
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgsttheora.la 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_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS)
libgsttheora_la_LIBADD = $(THEORA_LIBS) libgsttheora_la_LIBADD = $(THEORA_LIBS)
libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)