diff options
| author | Mike Melanson <mike@multimedia.cx> | 2002-10-12 19:18:48 +0000 |
|---|---|---|
| committer | Mike Melanson <mike@multimedia.cx> | 2002-10-12 19:18:48 +0000 |
| commit | 0d4ed9cadfdbb049c732e6a412d032765ceb1a02 (patch) | |
| tree | 537e9404f2ad3e7699fac7c55aad9471177cb70c /src/libxineadec/Makefile.am | |
| parent | 6ee61bb4ea8022317eeb63751265c0e5744aeda1 (diff) | |
| download | xine-lib-0d4ed9cadfdbb049c732e6a412d032765ceb1a02.tar.gz xine-lib-0d4ed9cadfdbb049c732e6a412d032765ceb1a02.tar.bz2 | |
added GSM 6.10 audio decoder
CVS patchset: 2818
CVS date: 2002/10/12 19:18:48
Diffstat (limited to 'src/libxineadec/Makefile.am')
| -rw-r--r-- | src/libxineadec/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/libxineadec/Makefile.am b/src/libxineadec/Makefile.am index 4f9b69b3e..f35e34e3d 100644 --- a/src/libxineadec/Makefile.am +++ b/src/libxineadec/Makefile.am @@ -5,10 +5,13 @@ libdir = $(XINE_PLUGINDIR) +SUBDIRS = gsm610 + lib_LTLIBRARIES = \ xineplug_decode_adpcm.la \ xineplug_decode_logpcm.la \ - xineplug_decode_roqaudio.la + xineplug_decode_roqaudio.la \ + xineplug_decode_gsm610.la xineplug_decode_roqaudio_la_SOURCES = roqaudio.c xineplug_decode_roqaudio_la_LDFLAGS = -avoid-version -module @@ -19,6 +22,11 @@ xineplug_decode_adpcm_la_LDFLAGS = -avoid-version -module xineplug_decode_logpcm_la_SOURCES = logpcm.c xineplug_decode_logpcm_la_LDFLAGS = -avoid-version -module +xineplug_decode_gsm610_la_SOURCES = gsm610.c +xineplug_decode_gsm610_la_LDFLAGS = \ + $(top_builddir)/src/libxineadec/gsm610/libgsm610.la \ + -avoid-version -module + # noinst_HEADERS = debug: |
