diff options
author | Toshimitsu Kimura <lovesyao@gmail.com> | 2009-02-11 16:28:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-11 16:28:46 +0000 |
commit | 865780ae9bb3bbcf28f0c0e8d23abae6f1e8cc0a (patch) | |
tree | ac8d47435863deb63b77a72f115e5f4f25371f1f /libavformat/Makefile | |
parent | 15c13dde9817018f9d06a30176aceadeddb38943 (diff) | |
download | ffmpeg-865780ae9bb3bbcf28f0c0e8d23abae6f1e8cc0a.tar.gz |
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
Originally committed as revision 17159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index bc2d9dac67..e79860c937 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -208,6 +208,7 @@ OBJS-$(CONFIG_VHOOK) += framehook.o 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_PIPE_PROTOCOL) += file.o OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o |