Mercurial > libavformat.hg
diff 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 |
line wrap: on
line diff
--- a/Makefile Fri Jan 09 23:44:52 2009 +0000 +++ b/Makefile Sat Jan 10 09:56:07 2009 +0000 @@ -5,7 +5,7 @@ HEADERS = avformat.h avio.h rtsp.h rtspcodes.h -OBJS = allformats.o cutils.o metadata.o metadata_compat.o os_support.o sdp.o utils.o +OBJS = allformats.o cutils.o metadata.o metadata_compat.o options.o os_support.o sdp.o utils.o # muxers/demuxers OBJS-$(CONFIG_AAC_DEMUXER) += raw.o