[FFmpeg-cvslog] r17009 - trunk/cmdutils.c

ramiro subversion
Thu Feb 5 19:51:29 CET 2009


Author: ramiro
Date: Thu Feb  5 19:51:29 2009
New Revision: 17009

Log:
Revert part of r16593.
network.h should only be included when CONFIG_NETWORK is set.

Modified:
   trunk/cmdutils.c

Modified: trunk/cmdutils.c
==============================================================================
--- trunk/cmdutils.c	Thu Feb  5 19:41:06 2009	(r17008)
+++ trunk/cmdutils.c	Thu Feb  5 19:51:29 2009	(r17009)
@@ -38,7 +38,9 @@
 #include "libavcodec/opt.h"
 #include "cmdutils.h"
 #include "version.h"
+#if CONFIG_NETWORK
 #include "libavformat/network.h"
+#endif
 
 #undef exit
 




More information about the ffmpeg-cvslog mailing list