diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2004-10-14 23:25:24 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2004-10-14 23:25:24 +0000 |
commit | 0afc766174a39031fa27686bba32e28dd87af09c (patch) | |
tree | a08f81e534bf1550f66dce996180ac9cfd5ed573 /src/xine-engine/Makefile.am | |
parent | 54ef2ac454dab005c5a6a808b2c5bbcdfe544b8f (diff) | |
download | xine-lib-0afc766174a39031fa27686bba32e28dd87af09c.tar.gz xine-lib-0afc766174a39031fa27686bba32e28dd87af09c.tar.bz2 |
Implemented stream_t reference counter idea.
See these two threads:
http://thread.gmane.org/gmane.comp.video.xine.devel/10819
http://thread.gmane.org/gmane.comp.video.xine.devel/10424
Fixed _x_handle_stream_end __stop_internal race.
See this thread:
http://thread.gmane.org/gmane.comp.video.xine.devel/10818
If the lib is broken after this patch, you know who to blame ;-)
CVS patchset: 7036
CVS date: 2004/10/14 23:25:24
Diffstat (limited to 'src/xine-engine/Makefile.am')
-rw-r--r-- | src/xine-engine/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 696a501b6..ac4d3e2f5 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -25,7 +25,7 @@ libxine_la_SOURCES = xine.c metronom.c configfile.c buffer.c \ audio_decoder.c video_out.c audio_out.c resample.c events.c \ video_overlay.c osd.c scratch.c demux.c vo_scale.c \ xine_interface.c post.c tvmode.c broadcaster.c io_helper.c \ - input_rip.c info_helper.c + input_rip.c info_helper.c refcounter.c # FIXME: these are currently unused: EXTRA_DIST = lrb.c lrb.h accel_xvmc.h @@ -45,7 +45,7 @@ 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 \ video_overlay.h osd.h scratch.h xine_plugin.h xineintl.h \ plugin_catalog.h audio_decoder.h video_decoder.h post.h \ - io_helper.h broadcaster.h info_helper.h + io_helper.h broadcaster.h info_helper.h refcounter.h noinst_HEADERS = bswap.h |