summaryrefslogtreecommitdiff
path: root/src/libspudec
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-12-28 22:37:46 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-12-28 22:37:46 +0000
commit9b1919bc4c4ca38d41768fd63727cf7b0e279464 (patch)
tree81d2a8eda7558ed37832f113285430731d28f474 /src/libspudec
parentbbd913fb70c8c432e846b7f5619669329e913593 (diff)
parent025dd84d92449638ef705dd7fcc20a135c421341 (diff)
downloadxine-lib-9b1919bc4c4ca38d41768fd63727cf7b0e279464.tar.gz
xine-lib-9b1919bc4c4ca38d41768fd63727cf7b0e279464.tar.bz2
Merge from 1.1.
--HG-- rename : src/libxineadec/Makefile.am => src/audio_dec/Makefile.am rename : src/libxinevdec/Makefile.am => src/video_dec/Makefile.am rename : src/libmpeg2/Makefile.am => src/video_dec/libmpeg2/Makefile.am
Diffstat (limited to 'src/libspudec')
-rw-r--r--src/libspudec/Makefile.am26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/libspudec/Makefile.am b/src/libspudec/Makefile.am
new file mode 100644
index 000000000..7c0dcd78d
--- /dev/null
+++ b/src/libspudec/Makefile.am
@@ -0,0 +1,26 @@
+include $(top_srcdir)/misc/Makefile.common
+
+xineplug_LTLIBRARIES = xineplug_decode_spu.la
+
+if HAVE_DVDNAV
+
+xineplug_decode_spu_la_SOURCES = \
+ spu.c \
+ xine_spu_decoder.c
+xineplug_decode_spu_la_LIBADD = $(XINE_LIB) $(DVDNAV_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL)
+
+else
+
+xineplug_decode_spu_la_SOURCES = \
+ nav_read.c \
+ spu.c \
+ xine_spu_decoder.c
+AM_CPPFLAGS = -I$(top_srcdir)/src/input/libdvdnav
+xineplug_decode_spu_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) $(LTLIBINTL)
+
+endif
+
+xineplug_decode_spu_la_CFLAGS = $(DVDNAV_CFLAGS) $(VISIBILITY_FLAG)
+xineplug_decode_spu_la_LDFLAGS = $(xineplug_ldflags)
+
+noinst_HEADERS = spu.h