Mercurial > libavformat.hg
changeset 1979:2169e9435f2a libavformat
CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.
author | diego |
---|---|
date | Tue, 03 Apr 2007 15:59:15 +0000 |
parents | 9beecb275bae |
children | 5b1369c8bd36 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Apr 03 15:57:38 2007 +0000 +++ b/Makefile Tue Apr 03 15:59:15 2007 +0000 @@ -164,10 +164,10 @@ 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)