diff options
| author | Mike Melanson <mike@multimedia.cx> | 2002-12-28 18:25:08 +0000 |
|---|---|---|
| committer | Mike Melanson <mike@multimedia.cx> | 2002-12-28 18:25:08 +0000 |
| commit | 724dd34a2a1d0fa8568e613757503708dbc4d752 (patch) | |
| tree | 7454072dc5ef640aef5a5b36b266dc6b29baa2af /src/libxineadec/Makefile.am | |
| parent | dc9a4d792cc03b9377de86ac975697a51f23aee0 (diff) | |
| download | xine-lib-724dd34a2a1d0fa8568e613757503708dbc4d752.tar.gz xine-lib-724dd34a2a1d0fa8568e613757503708dbc4d752.tar.bz2 | |
added Interplay MVE DPCM audio decoder
CVS patchset: 3709
CVS date: 2002/12/28 18:25:08
Diffstat (limited to 'src/libxineadec/Makefile.am')
| -rw-r--r-- | src/libxineadec/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/libxineadec/Makefile.am b/src/libxineadec/Makefile.am index 1907a5fc5..ad3482876 100644 --- a/src/libxineadec/Makefile.am +++ b/src/libxineadec/Makefile.am @@ -15,7 +15,8 @@ lib_LTLIBRARIES = \ xineplug_decode_adpcm.la \ xineplug_decode_logpcm.la \ xineplug_decode_roqaudio.la \ - xineplug_decode_gsm610.la + xineplug_decode_gsm610.la \ + xineplug_decode_interplayaudio.la xineplug_decode_roqaudio_la_SOURCES = roqaudio.c xineplug_decode_roqaudio_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ @@ -34,6 +35,10 @@ xineplug_decode_gsm610_la_LIBADD = \ $(XINE_LIB) \ $(top_builddir)/src/libxineadec/gsm610/libgsm610.la +xineplug_decode_interplayaudio_la_SOURCES = interplayaudio.c +xineplug_decode_interplayaudio_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la +xineplug_decode_interplayaudio_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + # noinst_HEADERS = $(XINE_LIB): |
