summaryrefslogtreecommitdiff
path: root/src/liblpcm/Makefile.am
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-04 22:00:36 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-04 22:00:36 +0200
commit54999f68a60f0f814566babb2df0f9a18089d149 (patch)
tree788025437ea7ac2d2d775317a453a2ae7a4790a2 /src/liblpcm/Makefile.am
parent0045b338e45e2c23b0ec6c086e7cb289517831e4 (diff)
downloadxine-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.am10
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