[Ffmpeg-cvslog] r8615 - trunk/libavformat/Makefile

diego subversion
Tue Apr 3 17:59:15 CEST 2007


Author: diego
Date: Tue Apr  3 17:59:15 2007
New Revision: 8615

Modified:
   trunk/libavformat/Makefile

Log:
CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.


Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile	(original)
+++ trunk/libavformat/Makefile	Tue Apr  3 17:59:15 2007
@@ -164,10 +164,10 @@ OBJS+= avio.o aviobuf.o
 
 ifeq ($(CONFIG_PROTOCOLS),yes)
 OBJS+= file.o
+endif
 ifeq ($(CONFIG_NETWORK),yes)
 OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o rtp_h264.o
 endif
-endif
 
 NAME=avformat
 LIBVERSION=$(LAVFVERSION)




More information about the ffmpeg-cvslog mailing list