summaryrefslogtreecommitdiff
path: root/src/libxinevdec/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxinevdec/Makefile.am')
-rw-r--r--src/libxinevdec/Makefile.am13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am
index ea84b66cd..0af976c4c 100644
--- a/src/libxinevdec/Makefile.am
+++ b/src/libxinevdec/Makefile.am
@@ -9,7 +9,9 @@ libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = xineplug_decode_cinepak.la xineplug_decode_cyuv.la \
xineplug_decode_msvc.la xineplug_decode_roqvideo.la \
- xineplug_decode_svq1.la xineplug_decode_fli.la
+ xineplug_decode_svq1.la xineplug_decode_fli.la \
+ xineplug_decode_rgb.la xineplug_decode_yuv.la \
+ xineplug_decode_msrle.la
xineplug_decode_cinepak_la_SOURCES = cinepak.c
xineplug_decode_cinepak_la_LDFLAGS = -avoid-version -module
@@ -29,6 +31,15 @@ xineplug_decode_svq1_la_LDFLAGS = -avoid-version -module
xineplug_decode_fli_la_SOURCES = fli.c
xineplug_decode_fli_la_LDFLAGS = -avoid-version -module
+xineplug_decode_rgb_la_SOURCES = rgb.c
+xineplug_decode_rgb_la_LDFLAGS = -avoid-version -module
+
+xineplug_decode_yuv_la_SOURCES = yuv.c
+xineplug_decode_yuv_la_LDFLAGS = -avoid-version -module
+
+xineplug_decode_msrle_la_SOURCES = msrle.c
+xineplug_decode_msrle_la_LDFLAGS = -avoid-version -module
+
noinst_HEADERS = svq1_codebooks.h
debug: