mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
parent
eed81bc3a1
commit
f9355c4a9c
2 changed files with 6 additions and 3 deletions
|
@ -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):
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue