diff options
author | Manfred Tremmel <manfredtremmel@users.sourceforge.net> | 2004-02-02 22:22:51 +0000 |
---|---|---|
committer | Manfred Tremmel <manfredtremmel@users.sourceforge.net> | 2004-02-02 22:22:51 +0000 |
commit | d0e05a83c949fe5d0ad638b1450497f5fbbf65b5 (patch) | |
tree | e92abdf646d27a76a8072d282600fd549f5cbbd9 /src/libxinevdec/Makefile.am | |
parent | 908e063ac70f7bab89a37879146338f0e33e81bf (diff) | |
download | xine-lib-d0e05a83c949fe5d0ad638b1450497f5fbbf65b5.tar.gz xine-lib-d0e05a83c949fe5d0ad638b1450497f5fbbf65b5.tar.bz2 |
added IFF-ILBM support
CVS patchset: 6108
CVS date: 2004/02/02 22:22:51
Diffstat (limited to 'src/libxinevdec/Makefile.am')
-rw-r--r-- | src/libxinevdec/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am index 97918c3e5..2848ab57e 100644 --- a/src/libxinevdec/Makefile.am +++ b/src/libxinevdec/Makefile.am @@ -9,6 +9,7 @@ endif libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = $(image_module) \ + xineplug_decode_bitplane.la \ xineplug_decode_cinepak.la \ xineplug_decode_cyuv.la \ xineplug_decode_fli.la \ @@ -26,6 +27,10 @@ lib_LTLIBRARIES = $(image_module) \ xineplug_decode_interplayvideo.la \ xineplug_decode_yuv_frames.la +xineplug_decode_bitplane_la_SOURCES = bitplane.c +xineplug_decode_bitplane_la_LIBADD = $(XINE_LIB) +xineplug_decode_bitplane_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + xineplug_decode_cinepak_la_SOURCES = cinepak.c xineplug_decode_cinepak_la_LIBADD = $(XINE_LIB) xineplug_decode_cinepak_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |