Message ID | 1321689831-95684-1-git-send-email-martin@martin.st |
---|---|
State | Committed |
Commit | 66e9c0b6ab5360f144cf8f9912ab003d5cbed1fc |
Headers | show |
On Sat, Nov 19, 2011 at 10:03:51AM +0200, Martin Storsjö wrote: > --- > libavformat/Makefile | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) OK if it builds with --disable-everything --enable-protocol=httpproxy. Diego
On Sat, 19 Nov 2011, Diego Biurrun wrote: > On Sat, Nov 19, 2011 at 10:03:51AM +0200, Martin Storsjö wrote: >> --- >> libavformat/Makefile | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) > > OK if it builds with --disable-everything --enable-protocol=httpproxy. Yes, it works in that configuration, pushed. // Martin
diff --git a/libavformat/Makefile b/libavformat/Makefile index 0c7d258..2b7588f 100644 --- 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