Mercurial > libavformat.hg
comparison Makefile @ 1817:a94e1560b026 libavformat
Remove useless conditional.
author | diego |
---|---|
date | Tue, 27 Feb 2007 00:18:38 +0000 |
parents | 29962f054bd0 |
children | 7ccf23e42481 |
comparison
equal
deleted
inserted
replaced
1816:27ae0787cc6c | 1817:a94e1560b026 |
---|---|
169 OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o rtp_h264.o | 169 OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o rtp_h264.o |
170 endif | 170 endif |
171 endif | 171 endif |
172 | 172 |
173 NAME=avformat | 173 NAME=avformat |
174 ifeq ($(BUILD_SHARED),yes) | |
175 LIBVERSION=$(LAVFVERSION) | 174 LIBVERSION=$(LAVFVERSION) |
176 LIBMAJOR=$(LAVFMAJOR) | 175 LIBMAJOR=$(LAVFMAJOR) |
177 endif | |
178 | 176 |
179 include ../common.mak | 177 include ../common.mak |