Mercurial > libavformat.hg
comparison Makefile @ 4188:d2093f4132df libavformat
Move the AVFormatContext options definition to a dedicated file,
reduce the utils.c clutter.
author | stefano |
---|---|
date | Sat, 10 Jan 2009 09:56:07 +0000 |
parents | c32a783ff374 |
children | 55f448c99135 |
comparison
equal
deleted
inserted
replaced
4187:77af10d4d406 | 4188:d2093f4132df |
---|---|
3 NAME = avformat | 3 NAME = avformat |
4 FFLIBS = avcodec avutil | 4 FFLIBS = avcodec avutil |
5 | 5 |
6 HEADERS = avformat.h avio.h rtsp.h rtspcodes.h | 6 HEADERS = avformat.h avio.h rtsp.h rtspcodes.h |
7 | 7 |
8 OBJS = allformats.o cutils.o metadata.o metadata_compat.o os_support.o sdp.o utils.o | 8 OBJS = allformats.o cutils.o metadata.o metadata_compat.o options.o os_support.o sdp.o utils.o |
9 | 9 |
10 # muxers/demuxers | 10 # muxers/demuxers |
11 OBJS-$(CONFIG_AAC_DEMUXER) += raw.o | 11 OBJS-$(CONFIG_AAC_DEMUXER) += raw.o |
12 OBJS-$(CONFIG_AC3_DEMUXER) += raw.o | 12 OBJS-$(CONFIG_AC3_DEMUXER) += raw.o |
13 OBJS-$(CONFIG_AC3_MUXER) += raw.o | 13 OBJS-$(CONFIG_AC3_MUXER) += raw.o |