[Ffmpeg-cvslog] r6533 - trunk/libavformat/Makefile
diego
subversion
Mon Oct 2 19:15:00 CEST 2006
Author: diego
Date: Mon Oct 2 19:15:00 2006
New Revision: 6533
Modified:
trunk/libavformat/Makefile
Log:
rtp.o needs mpegts.o
Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile (original)
+++ trunk/libavformat/Makefile Mon Oct 2 19:15:00 2006
@@ -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
More information about the ffmpeg-cvslog
mailing list