Mercurial > libavformat.hg
diff Makefile @ 1460:234a04b906f9 libavformat
add support for rtp/h264 streaming
Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Nov 6, 2006 8:56 PM
Subject: [Ffmpeg-devel] [PATCH] H.264 via RTP
author | gpoirier |
---|---|
date | Tue, 07 Nov 2006 22:10:07 +0000 |
parents | 74cb68ad9dce |
children | 23f88db38eb5 |
line wrap: on
line diff
--- a/Makefile Tue Nov 07 00:11:35 2006 +0000 +++ b/Makefile Tue Nov 07 22:10:07 2006 +0000 @@ -168,7 +168,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 base64.o +OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o base64.o rtp_h264.o # BeOS and Darwin network stuff ifeq ($(NEED_INET_ATON),yes) OBJS+= barpainet.o