Mercurial > libavformat.hg
diff Makefile @ 4150:6f4c0d5f1e23 libavformat
Move metadata API from avcodec to avformat.
author | michael |
---|---|
date | Sun, 04 Jan 2009 18:58:49 +0000 |
parents | 4143d74d34b7 |
children | e7c4a867349a |
line wrap: on
line diff
--- a/Makefile Sun Jan 04 18:48:37 2009 +0000 +++ b/Makefile Sun Jan 04 18:58:49 2009 +0000 @@ -5,7 +5,7 @@ HEADERS = avformat.h avio.h rtsp.h rtspcodes.h -OBJS = allformats.o cutils.o os_support.o sdp.o utils.o +OBJS = allformats.o cutils.o metadata.o os_support.o sdp.o utils.o # muxers/demuxers OBJS-$(CONFIG_AAC_DEMUXER) += raw.o