summaryrefslogtreecommitdiff
path: root/src/libtheora/Makefile.am
blob: 69384efef85f05144d62ee548ac2d1bfddf792db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(top_srcdir)/misc/Makefile.common

AM_CFLAGS = $(THEORA_CFLAGS)

libdir = $(XINE_PLUGINDIR)

if HAVE_THEORA
theora_module = xineplug_decode_theora.la
endif

lib_LTLIBRARIES = $(theora_module)

xineplug_decode_theora_la_SOURCES = xine_decoder.c
xineplug_decode_theora_la_LIBADD = $(OGG_LIBS) $(THEORA_LIBS)
xineplug_decode_theora_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@