Commit d79a11af authored by diego's avatar diego

Add some explanatory comments to #endif directives.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9287 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent baf4df48
......@@ -204,7 +204,7 @@ static int udp_ipv6_set_local(URLContext *h) {
return -1;
}
#endif
#endif /* CONFIG_IPV6 */
/**
......@@ -384,7 +384,7 @@ static int udp_open(URLContext *h, const char *uri, int flags)
goto fail;
}
}
#endif
#endif /* CONFIG_IPV6 */
if (is_output) {
/* limit the tx buf size to limit latency */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment