Mercurial > libavformat.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
1426:3216308a69ee | 1427:f1614c754d5b |
---|---|
172 OBJS+= avio.o aviobuf.o | 172 OBJS+= avio.o aviobuf.o |
173 | 173 |
174 ifeq ($(CONFIG_PROTOCOLS),yes) | 174 ifeq ($(CONFIG_PROTOCOLS),yes) |
175 OBJS+= file.o | 175 OBJS+= file.o |
176 ifeq ($(CONFIG_NETWORK),yes) | 176 ifeq ($(CONFIG_NETWORK),yes) |
177 OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o | 177 OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o base64.o |
178 # BeOS and Darwin network stuff | 178 # BeOS and Darwin network stuff |
179 ifeq ($(NEED_INET_ATON),yes) | 179 ifeq ($(NEED_INET_ATON),yes) |
180 OBJS+= barpainet.o | 180 OBJS+= barpainet.o |
181 endif | 181 endif |
182 endif | 182 endif |