summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorRyan Martell <rdm4@martellventures.com>2006-10-28 00:29:59 +0000
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2006-10-28 00:29:59 +0000
commitd83723305e15f0d483638520b0c1402492f459a9 (patch)
tree918fe5f25ac474c19d8a7e78ce1478fc9c5206b2 /libavformat/Makefile
parenta01e68aa5eb4ff5c5113597c5821186cb29eea5e (diff)
move up (in the file) AAC audio handling moved from below
This is because upper section handles packets, and the lower switch handles timestamps Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 27, 2006 11:40 PM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6817 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 8c8e2b7073..c1036d7ff7 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -174,7 +174,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
+OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o base64.o
# BeOS and Darwin network stuff
ifeq ($(NEED_INET_ATON),yes)
OBJS+= barpainet.o