aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2007-02-13 08:21:47 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-13 08:21:47 +0000
commit034ef0e8c366f032cd9efab14daca3959768e4c1 (patch)
tree46aeb4178e1f27d984f8f47f6c99b5c97701e6e5 /libavformat/Makefile
parent674678b04ab7ce757af715e608a1527836fc141d (diff)
downloadffmpeg-034ef0e8c366f032cd9efab14daca3959768e4c1.tar.gz
Move base64.[ch] to libavutil.
patch by Carl Eugen Hoyos, cehoyos ag.or at Originally committed as revision 7963 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index a57f797d86..1fbfd38a72 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -166,7 +166,7 @@ OBJS+= avio.o aviobuf.o
ifeq ($(CONFIG_PROTOCOLS),yes)
OBJS+= file.o
ifeq ($(CONFIG_NETWORK),yes)
-OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o base64.o rtp_h264.o
+OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o rtp_h264.o
endif
endif