Mercurial > libavformat.hg
comparison Makefile @ 3123:87d84e9dfeba libavformat
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
author | diego |
---|---|
date | Sat, 08 Mar 2008 14:39:43 +0000 |
parents | 753a52a0869e |
children | 7f0f50bbfe23 |
comparison
equal
deleted
inserted
replaced
3122:13cefe7859d3 | 3123:87d84e9dfeba |
---|---|
1 # | 1 # |
2 # libavformat Makefile | 2 # libavformat Makefile |
3 # (c) 2000-2003 Fabrice Bellard | 3 # (c) 2000-2003 Fabrice Bellard |
4 # | 4 # |
5 include ../config.mak | 5 include ../config.mak |
6 | |
7 NAME = avformat | |
8 FFLIBS = avcodec avutil | |
6 | 9 |
7 OBJS = allformats.o cutils.o os_support.o sdp.o utils.o | 10 OBJS = allformats.o cutils.o os_support.o sdp.o utils.o |
8 | 11 |
9 HEADERS = avformat.h avio.h rtsp.h rtspcodes.h | 12 HEADERS = avformat.h avio.h rtsp.h rtspcodes.h |
10 | 13 |
188 OBJS-$(CONFIG_PIPE_PROTOCOL) += file.o | 191 OBJS-$(CONFIG_PIPE_PROTOCOL) += file.o |
189 OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o | 192 OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o |
190 OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o | 193 OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o |
191 OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o | 194 OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o |
192 | 195 |
193 FFLIBS = avcodec avutil | |
194 | |
195 NAME=avformat | |
196 | |
197 include ../common.mak | 196 include ../common.mak |