Mercurial > libavformat.hg
diff Makefile @ 1349:04b421915b14 libavformat
rtp.o needs mpegts.o
| author | diego |
|---|---|
| date | Mon, 02 Oct 2006 17:15:00 +0000 |
| parents | 024cf76ac4d1 |
| children | e3d0366c8dfb |
line wrap: on
line diff
--- a/Makefile Mon Oct 02 14:12:50 2006 +0000 +++ b/Makefile Mon Oct 02 17:15:00 2006 +0000 @@ -173,7 +173,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 +OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o # BeOS and Darwin network stuff ifeq ($(NEED_INET_ATON),yes) OBJS+= barpainet.o
