diff options
| author | Mike Melanson <mike@multimedia.cx> | 2002-09-01 04:24:35 +0000 |
|---|---|---|
| committer | Mike Melanson <mike@multimedia.cx> | 2002-09-01 04:24:35 +0000 |
| commit | c90d7950baeb40d1b4daf3c48a6ed1ea07d0d5f9 (patch) | |
| tree | b405a1aaa12db9cf13bf96b0767092da6e1d3974 /src/libxineadec/Makefile.am | |
| parent | a210d8691594d1c4e1c9b0da8c868fbcbc66aa22 (diff) | |
| download | xine-lib-c90d7950baeb40d1b4daf3c48a6ed1ea07d0d5f9.tar.gz xine-lib-c90d7950baeb40d1b4daf3c48a6ed1ea07d0d5f9.tar.bz2 | |
added logarithmic PCM audio decoder (mu-law & A-law formats)
CVS patchset: 2572
CVS date: 2002/09/01 04:24:35
Diffstat (limited to 'src/libxineadec/Makefile.am')
| -rw-r--r-- | src/libxineadec/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libxineadec/Makefile.am b/src/libxineadec/Makefile.am index baf5dd5ee..bc1efd95c 100644 --- a/src/libxineadec/Makefile.am +++ b/src/libxineadec/Makefile.am @@ -4,7 +4,8 @@ libdir = $(XINE_PLUGINDIR) -lib_LTLIBRARIES = xineplug_decode_roqaudio.la xineplug_decode_adpcm.la +lib_LTLIBRARIES = xineplug_decode_roqaudio.la xineplug_decode_adpcm.la \ + xineplug_decode_logpcm.la xineplug_decode_roqaudio_la_SOURCES = roqaudio.c xineplug_decode_roqaudio_la_LDFLAGS = -avoid-version -module @@ -12,6 +13,9 @@ xineplug_decode_roqaudio_la_LDFLAGS = -avoid-version -module xineplug_decode_adpcm_la_SOURCES = adpcm.c xineplug_decode_adpcm_la_LDFLAGS = -avoid-version -module +xineplug_decode_logpcm_la_SOURCES = logpcm.c +xineplug_decode_logpcm_la_LDFLAGS = -avoid-version -module + # noinst_HEADERS = debug: |
