projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09d243d
)
httpproxy: Specify the object files needed in the Makefile
author
Martin Storsjö
<martin@martin.st>
Sat, 19 Nov 2011 08:02:15 +0000
(10:02 +0200)
committer
Martin Storsjö
<martin@martin.st>
Sun, 20 Nov 2011 07:41:43 +0000
(09:41 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/Makefile
b/libavformat/Makefile
index
0c7d258
..
2b7588f
100644
(file)
--- a/
libavformat/Makefile
+++ b/
libavformat/Makefile
@@
-323,6
+323,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_HTTPPROXY_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