[SCM] libav/experimental: Revert part of r16593. network.h should only be included when CONFIG_NETWORK is set.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:36:58 UTC 2013


The following commit has been merged in the experimental branch:
commit da2dc39e74b755f9cfcb6645d65d0a630148759e
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Thu Feb 5 18:51:29 2009 +0000

    Revert part of r16593.
    network.h should only be included when CONFIG_NETWORK is set.
    
    Originally committed as revision 17009 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/cmdutils.c b/cmdutils.c
index b28c00d..d5fb6cf 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -38,7 +38,9 @@
 #include "libavcodec/opt.h"
 #include "cmdutils.h"
 #include "version.h"
+#if CONFIG_NETWORK
 #include "libavformat/network.h"
+#endif
 
 #undef exit
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list