mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
2a0c6660cb
Original commit message from CVS: * autogen.sh: Require automake 1.7 * ext/alsaspdif/Makefile.am: * ext/divx/Makefile.am: * ext/ivorbis/Makefile.am: * ext/musicbrainz/Makefile.am: * ext/neon/Makefile.am: * ext/sdl/Makefile.am: * ext/swfdec/Makefile.am: * ext/theora/Makefile.am: * ext/wavpack/Makefile.am: * ext/xvid/Makefile.am: * gst/modplug/Makefile.am: Fix up Makefile.am accordingly.
14 lines
416 B
Makefile
14 lines
416 B
Makefile
### FIXME: rename directory to theoraexp
|
|
|
|
plugin_LTLIBRARIES = libgsttheoraexp.la
|
|
|
|
noinst_HEADERS = theoradec.h
|
|
|
|
libgsttheoraexp_la_SOURCES = theoradec.c
|
|
libgsttheoraexp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(THEORADEC_CFLAGS)
|
|
libgsttheoraexp_la_LIBADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
-lgsttag-$(GST_MAJORMINOR) \
|
|
$(GST_LIBS) \
|
|
$(THEORADEC_LIBS)
|
|
libgsttheoraexp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|