[MPlayer-cvslog] r25980 - trunk/stream/stream_cddb.c

diego subversion at mplayerhq.hu
Mon Feb 11 10:05:31 CET 2008


Author: diego
Date: Mon Feb 11 10:05:31 2008
New Revision: 25980

Log:
#include just libavutil/common.h, not all of libavutil/intreadwrite.h.


Modified:
   trunk/stream/stream_cddb.c

Modified: trunk/stream/stream_cddb.c
==============================================================================
--- trunk/stream/stream_cddb.c	(original)
+++ trunk/stream/stream_cddb.c	Mon Feb 11 10:05:31 2008
@@ -58,7 +58,7 @@
 #include "version.h"
 #include "stream.h"
 #include "network.h"
-#include "libavutil/intreadwrite.h"
+#include "libavutil/common.h"
 
 #define DEFAULT_FREEDB_SERVER	"freedb.freedb.org"
 #define DEFAULT_CACHE_DIR	"/.cddb/"



More information about the MPlayer-cvslog mailing list