summaryrefslogtreecommitdiff
path: root/src/xine-engine/Makefile.am
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-05-20 13:50:55 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-05-20 13:50:55 +0000
commit8ce6f74d499f0248946261972cb22552482eb7de (patch)
tree22f757e2e990be8d3fa92f9230335116a181215b /src/xine-engine/Makefile.am
parent1f93c3866ac62e671b02ba83978282924086042e (diff)
downloadxine-lib-8ce6f74d499f0248946261972cb22552482eb7de.tar.gz
xine-lib-8ce6f74d499f0248946261972cb22552482eb7de.tar.bz2
public header cleanup:
* regulate mutual inclusion based on XINE_COMPILE * src/xine-engine/spu_decoder.h was unused -> make it the spu decoder API header and remove src/libspudec/spu_decoder_api.h * mark some xine_stream_t members as unused for next cleanup CVS patchset: 4883 CVS date: 2003/05/20 13:50:55
Diffstat (limited to 'src/xine-engine/Makefile.am')
-rw-r--r--src/xine-engine/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am
index e1b8ecd68..7d5f3ac70 100644
--- a/src/xine-engine/Makefile.am
+++ b/src/xine-engine/Makefile.am
@@ -11,10 +11,13 @@ NVTVCLIENT_LIB = $(top_builddir)/src/xine-engine/nvtv/libnvclient.la
libxine_la_SOURCES = xine.c metronom.c configfile.c buffer.c \
load_plugins.c video_decoder.c buffer_types.c \
- audio_decoder.c video_out.c audio_out.c resample.c events.c lrb.c \
+ audio_decoder.c video_out.c audio_out.c resample.c events.c \
video_overlay.c osd.c scratch.c locale.c demux.c vo_scale.c \
xine_interface.c post.c tvmode.c broadcaster.c
+# FIXME: these are currently unused:
+EXTRA_DIST = lrb.c lrb.h
+
if HAVE_NVTV
libxine_la_DEPENDENCIES = @INTLLIBS@ $(XINEUTILS_LIB) $(NVTVCLIENT_LIB)
libxine_la_LIBADD = $(THREAD_LIBS) $(DYNAMIC_LD_LIBS) @INTLLIBS@ $(ZLIB_LIBS) \
@@ -31,7 +34,7 @@ libxine_la_LDFLAGS = \
include_HEADERS = buffer.h metronom.h configfile.h vo_scale.h \
audio_out.h resample.h video_out.h xine_internal.h spu_decoder.h \
- lrb.h video_overlay.h osd.h scratch.h xine_plugin.h xineintl.h \
+ video_overlay.h osd.h scratch.h xine_plugin.h xineintl.h \
plugin_catalog.h audio_decoder.h video_decoder.h post.h broadcaster.h
noinst_HEADERS = bswap.h