mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
70a7708a8b
Original commit message from CVS: * common/gtk-doc-plugins.mak: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-base-plugins-sections.txt: * ext/theora/Makefile.am: * ext/theora/gsttheoraenc.h: * ext/theora/theoraenc.c: * ext/vorbis/vorbisenc.c: pick up signals and args for vorbis; add some docs for vorbis
11 lines
362 B
Makefile
11 lines
362 B
Makefile
plugin_LTLIBRARIES = libgsttheora.la
|
|
|
|
noinst_HEADERS = gsttheoraenc.h
|
|
|
|
libgsttheora_la_SOURCES = theora.c theoraenc.c theoradec.c
|
|
libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS)
|
|
libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgsttheora_la_LIBADD = \
|
|
$(top_builddir)/gst-libs/gst/tag/libgsttagedit-@GST_MAJORMINOR@.la \
|
|
$(GST_LIBS) \
|
|
$(THEORA_LIBS)
|