summaryrefslogtreecommitdiff
path: root/src/libspuhdmv
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-08-31 02:06:01 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-08-31 02:06:01 +0100
commit55e15562a270c865b65866698bcc4a2a90f9d52b (patch)
tree8401893190030ce24d360c645433968ecc89dbab /src/libspuhdmv
parent577025283cdbfc7588c093c4530a5394f19d9f5b (diff)
downloadxine-lib-55e15562a270c865b65866698bcc4a2a90f9d52b.tar.gz
xine-lib-55e15562a270c865b65866698bcc4a2a90f9d52b.tar.bz2
Connect up the BluRay subtitles decoder.
--HG-- rename : src/libspudvb/Makefile.am => src/libspuhdmv/Makefile.am
Diffstat (limited to 'src/libspuhdmv')
-rw-r--r--src/libspuhdmv/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libspuhdmv/Makefile.am b/src/libspuhdmv/Makefile.am
new file mode 100644
index 000000000..15a029f8a
--- /dev/null
+++ b/src/libspuhdmv/Makefile.am
@@ -0,0 +1,9 @@
+include $(top_builddir)/misc/Makefile.plugins
+include $(top_srcdir)/misc/Makefile.common
+
+xineplug_LTLIBRARIES = xineplug_decode_spuhdmv.la
+
+xineplug_decode_spuhdmv_la_SOURCES = xine_hdmv_decoder.c
+xineplug_decode_spuhdmv_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) $(LTLIBINTL)
+xineplug_decode_spuhdmv_la_CFLAGS = $(VISIBILITY_FLAG)
+xineplug_decode_spuhdmv_la_LDFLAGS = $(xineplug_ldflags)