diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 22:00:36 +0200 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 22:00:36 +0200 |
| commit | 54999f68a60f0f814566babb2df0f9a18089d149 (patch) | |
| tree | 788025437ea7ac2d2d775317a453a2ae7a4790a2 /src/liblpcm/Makefile.am | |
| parent | 0045b338e45e2c23b0ec6c086e7cb289517831e4 (diff) | |
| download | xine-lib-54999f68a60f0f814566babb2df0f9a18089d149.tar.gz xine-lib-54999f68a60f0f814566babb2df0f9a18089d149.tar.bz2 | |
Move the linear pcm decoder from liblpcm to libxineadec, as it's a single file.
--HG--
rename : src/liblpcm/xine_decoder.c => src/libxineadec/xine_lpcm_decoder.c
Diffstat (limited to 'src/liblpcm/Makefile.am')
| -rw-r--r-- | src/liblpcm/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/liblpcm/Makefile.am b/src/liblpcm/Makefile.am deleted file mode 100644 index e8527ee5c..000000000 --- a/src/liblpcm/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -include $(top_srcdir)/misc/Makefile.common - -libdir = $(XINE_PLUGINDIR) - -lib_LTLIBRARIES = xineplug_decode_lpcm.la - -xineplug_decode_lpcm_la_SOURCES = xine_decoder.c -xineplug_decode_lpcm_la_LIBADD = $(XINE_LIB) -xineplug_decode_lpcm_la_CFLAGS = $(VISIBILITY_FLAG) -xineplug_decode_lpcm_la_LDFLAGS = -avoid-version -module |
