From b5c8ae8afbed272355a1afd8334caac70779aabb Mon Sep 17 00:00:00 2001 From: ramiro Date: Thu, 5 Feb 2009 18:51:29 +0000 Subject: [PATCH] Revert part of r16593. network.h should only be included when CONFIG_NETWORK is set. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17009 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- cmdutils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmdutils.c b/cmdutils.c index b28c00d8f..d5fb6cff7 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 -- 2.39.2