[MPlayer-cvslog] CVS: main/libao2 ao_nas.c,1.21,1.22
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Wed Jan 12 23:07:47 CET 2005
- Previous message: [MPlayer-cvslog] CVS: main/libao2 ao_arts.c, 1.10, 1.11 ao_dsound.c, 1.9, 1.10 ao_esd.c, 1.10, 1.11 ao_jack.c, 1.6, 1.7 ao_macosx.c, 1.9, 1.10 ao_nas.c, 1.20, 1.21 ao_null.c, 1.13, 1.14 ao_polyp.c, 1.4, 1.5 ao_win32.c, 1.21, 1.22
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux demux_mkv.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv24797
Modified Files:
ao_nas.c
Log Message:
actually mp_msg.h includes config.h, but for consistency better include it
explicitly.
Index: ao_nas.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_nas.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ao_nas.c 12 Jan 2005 22:00:02 -0000 1.21
+++ ao_nas.c 12 Jan 2005 22:07:44 -0000 1.22
@@ -33,9 +33,9 @@
#include <pthread.h>
#include <audio/audiolib.h>
+#include "config.h"
#include "mp_msg.h"
-#include "config.h"
#include "audio_out.h"
#include "audio_out_internal.h"
#include "libaf/af_format.h"
- Previous message: [MPlayer-cvslog] CVS: main/libao2 ao_arts.c, 1.10, 1.11 ao_dsound.c, 1.9, 1.10 ao_esd.c, 1.10, 1.11 ao_jack.c, 1.6, 1.7 ao_macosx.c, 1.9, 1.10 ao_nas.c, 1.20, 1.21 ao_null.c, 1.13, 1.14 ao_polyp.c, 1.4, 1.5 ao_win32.c, 1.21, 1.22
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux demux_mkv.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list