diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2007-02-13 08:21:47 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-13 08:21:47 +0000 |
commit | 034ef0e8c366f032cd9efab14daca3959768e4c1 (patch) | |
tree | 46aeb4178e1f27d984f8f47f6c99b5c97701e6e5 /libavformat/Makefile | |
parent | 674678b04ab7ce757af715e608a1527836fc141d (diff) | |
download | ffmpeg-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/Makefile | 2 |
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 |