summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-02-06 00:20:26 +0200
committerMartin Storsjö <martin@martin.st>2011-11-05 12:09:36 +0200
commit183baeadca74f4087b58dc5a94a649473f28470c (patch)
tree977ef0316f92d57e870194291ab61a581a8898d0 /libavformat/Makefile
parent558d192d23bf76a476c0d84d212611e529c64529 (diff)
downloadffmpeg-streaming-183baeadca74f4087b58dc5a94a649473f28470c.zip
ffmpeg-streaming-183baeadca74f4087b58dc5a94a649473f28470c.tar.gz
avformat: Add the https protocol
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 5da01aa..54bc8a1 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -322,6 +322,7 @@ OBJS-$(CONFIG_CRYPTO_PROTOCOL) += crypto.o
OBJS-$(CONFIG_FILE_PROTOCOL) += file.o
OBJS-$(CONFIG_GOPHER_PROTOCOL) += gopher.o
OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o httpauth.o
+OBJS-$(CONFIG_HTTPS_PROTOCOL) += http.o httpauth.o
OBJS-$(CONFIG_MMSH_PROTOCOL) += mmsh.o mms.o asf.o
OBJS-$(CONFIG_MMST_PROTOCOL) += mmst.o mms.o asf.o
OBJS-$(CONFIG_MD5_PROTOCOL) += md5proto.o
OpenPOWER on IntegriCloud