diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-02-05 18:51:29 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-02-05 18:51:29 +0000 |
commit | da2dc39e74b755f9cfcb6645d65d0a630148759e (patch) | |
tree | 8b441b29af89f137a45c6fc245610d1bb727533d /cmdutils.c | |
parent | d0f89acf60e14f3f7617ddc8f11b3be507aa7082 (diff) | |
download | ffmpeg-da2dc39e74b755f9cfcb6645d65d0a630148759e.tar.gz |
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
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdutils.c b/cmdutils.c index b28c00d8fa..d5fb6cff7b 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 |