diff options
Diffstat (limited to 'src/libxinevdec/Makefile.am')
-rw-r--r-- | src/libxinevdec/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am index 1f4ab869c..b8cf6bbf8 100644 --- a/src/libxinevdec/Makefile.am +++ b/src/libxinevdec/Makefile.am @@ -12,7 +12,8 @@ lib_LTLIBRARIES = xineplug_decode_cinepak.la xineplug_decode_cyuv.la \ xineplug_decode_svq1.la xineplug_decode_fli.la \ xineplug_decode_rgb.la xineplug_decode_yuv.la \ xineplug_decode_msrle.la xineplug_decode_idcinvideo.la \ - xineplug_decode_qtsmc.la xineplug_decode_qtrpza.la + xineplug_decode_qtsmc.la xineplug_decode_qtrpza.la \ + xineplug_decode_wc3video.la xineplug_decode_cinepak_la_SOURCES = cinepak.c xineplug_decode_cinepak_la_LDFLAGS = -avoid-version -module @@ -50,6 +51,9 @@ xineplug_decode_qtsmc_la_LDFLAGS = -avoid-version -module xineplug_decode_qtrpza_la_SOURCES = qtrpza.c xineplug_decode_qtrpza_la_LDFLAGS = -avoid-version -module +xineplug_decode_wc3video_la_SOURCES = wc3video.c +xineplug_decode_wc3video_la_LDFLAGS = -avoid-version -module + noinst_HEADERS = svq1_codebooks.h debug: |