From 69a1b10dd38c06f34747e7a55d62fdfcec2883cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 5 Sep 2005 17:02:56 +0000 Subject: *BUGFIX* Build improvements and WIN32 port updates: - add --with-pthread-pefix and --with-zlib-pefix options - prepare for removing internal zlib and pthreads-win32 relics, updated documentation for possible WIN32 developers (only for me? :->) - fixed bug in unimportant part of configure.ac for MinGW due to xine paths - fixed my bug in cdda (but it compiled fine anyway) - fixed unimportant bug in planar Makefile.am - next MSVC update due to external zlib, pthreads and latest changes, removed relic includes - checked distcheck CVS patchset: 7719 CVS date: 2005/09/05 17:02:56 --- src/audio_out/audio_directx2_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio_out/audio_directx2_out.c') diff --git a/src/audio_out/audio_directx2_out.c b/src/audio_out/audio_directx2_out.c index 97d3c8cd1..3f33d34d5 100644 --- a/src/audio_out/audio_directx2_out.c +++ b/src/audio_out/audio_directx2_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_directx2_out.c,v 1.3 2005/08/29 15:28:16 valtri Exp $ + * $Id: audio_directx2_out.c,v 1.4 2005/09/05 17:02:57 valtri Exp $ * * * xine audio output plugin using DirectX @@ -129,7 +129,7 @@ typedef struct { int paused; /* paused mode */ int finished; /* driver finished */ int failed; /* don't open modal dialog again */ - int count; /* number of current free parts */ + int count; /* current free part number */ pthread_t buffer_service; /* service thread for operating with DSB */ pthread_cond_t data_cond; /* signals on data */ -- cgit v1.2.3