projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d0f89ac
)
Revert part of r16593.
author
Ramiro Polla
<ramiro.polla@gmail.com>
Thu, 5 Feb 2009 18:51:29 +0000
(18:51 +0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Thu, 5 Feb 2009 18:51:29 +0000
(18:51 +0000)
network.h should only be included when CONFIG_NETWORK is set.
Originally committed as revision 17009 to svn://svn.ffmpeg.org/ffmpeg/trunk
cmdutils.c
patch
|
blob
|
blame
|
history
diff --git
a/cmdutils.c
b/cmdutils.c
index
b28c00d
..
d5fb6cf
100644
(file)
--- a/
cmdutils.c
+++ b/
cmdutils.c
@@
-38,7
+38,9
@@
#include "libavcodec/opt.h"
#include "cmdutils.h"
#include "version.h"
#include "libavcodec/opt.h"
#include "cmdutils.h"
#include "version.h"
+#if CONFIG_NETWORK
#include "libavformat/network.h"
#include "libavformat/network.h"
+#endif
#undef exit
#undef exit