diff Makefile @ 1427:f1614c754d5b libavformat

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
author gpoirier
date Sat, 28 Oct 2006 00:29:59 +0000
parents a35c953d4561
children ea26e0864658
line wrap: on
line diff
--- a/Makefile	Sat Oct 28 00:12:31 2006 +0000
+++ b/Makefile	Sat Oct 28 00:29:59 2006 +0000
@@ -174,7 +174,7 @@
 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