summaryrefslogtreecommitdiff
path: root/src/libtheora/Makefile.am
blob: d3813765d1661085657b42f213ce7fa0c1bfca7c (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) $(XINE_LIB)
xineplug_decode_theora_la_LDFLAGS = -avoid-version -module