[FFmpeg-cvslog] build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabled

Diego Biurrun git at videolan.org
Tue Jul 24 21:30:25 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Jul 23 23:53:34 2012 +0200| [6b80142144c30579f16735ac9911f1a82e9c990d] | committer: Diego Biurrun

build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabled

The ffrtmpcrypt protocol depends on external libraries, which are
also required to compile the header file.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b80142144c30579f16735ac9911f1a82e9c990d
---

 libavformat/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 2263b96..2eb3e9c 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -365,6 +365,7 @@ OBJS-$(CONFIG_TCP_PROTOCOL)              += tcp.o
 OBJS-$(CONFIG_TLS_PROTOCOL)              += tls.o
 OBJS-$(CONFIG_UDP_PROTOCOL)              += udp.o
 
+SKIPHEADERS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh.h
 SKIPHEADERS-$(CONFIG_NETWORK)            += network.h rtsp.h
 
 EXAMPLES  = metadata                                                    \



More information about the ffmpeg-cvslog mailing list