diff options
author | Martin Storsjö <martin@martin.st> | 2010-03-24 22:32:05 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-03-24 22:32:05 +0000 |
commit | 9405f733d90f64ee45f47a253056c09caa7bf838 (patch) | |
tree | a8eb81a2420823882d557ac8d213fca0782088fe /libavformat/Makefile | |
parent | 59856b98910fcbbba5ec64540ae9b00341855b69 (diff) | |
download | ffmpeg-9405f733d90f64ee45f47a253056c09caa7bf838.tar.gz |
Split out http authentication handling into a separate file
This prepares for adding support for more authentication methods
Originally committed as revision 22660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index b669dad495..0832155c32 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -272,7 +272,7 @@ OBJS+= avio.o aviobuf.o OBJS-$(CONFIG_FILE_PROTOCOL) += file.o OBJS-$(CONFIG_GOPHER_PROTOCOL) += gopher.o -OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o +OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o httpauth.o OBJS-$(CONFIG_PIPE_PROTOCOL) += file.o OBJS-$(CONFIG_RTMP_PROTOCOL) += rtmpproto.o rtmppkt.o OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o |