Mercurial > libavformat.hg
comparison Makefile @ 2284:59d84b0f7d30 libavformat
Introduce an SDP generator
author | lucabe |
---|---|
date | Thu, 26 Jul 2007 22:34:26 +0000 |
parents | 8963d9ed1859 |
children | 5b5e1edd462e |
comparison
equal
deleted
inserted
replaced
2283:ab7237c58572 | 2284:59d84b0f7d30 |
---|---|
4 # | 4 # |
5 include ../config.mak | 5 include ../config.mak |
6 | 6 |
7 CFLAGS+=-I$(SRC_PATH)/libavcodec | 7 CFLAGS+=-I$(SRC_PATH)/libavcodec |
8 | 8 |
9 OBJS= utils.o cutils.o os_support.o allformats.o | 9 OBJS= utils.o cutils.o os_support.o allformats.o sdp.o |
10 | 10 |
11 HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h | 11 HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h |
12 | 12 |
13 # muxers/demuxers | 13 # muxers/demuxers |
14 OBJS-$(CONFIG_AAC_DEMUXER) += raw.o | 14 OBJS-$(CONFIG_AAC_DEMUXER) += raw.o |