rtsp.h relies on network.h and the latter conditionally defines fallback OS structures that rely on configure tests, which are only run if networking is enabled. --- libavformat/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile index 8c8a36d..3902e89 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -349,6 +349,8 @@ OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_TLS_PROTOCOL) += tls.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o +SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h + EXAMPLES = metadata output TESTPROGS = seek TOOLS = pktdumper probetest -- 1.7.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
