diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-01-04 18:58:49 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-01-04 18:58:49 +0000 |
commit | a6d18a0e6addfcfc6f8790d4afc3b47673cbb607 (patch) | |
tree | b6dd996731604373804a3139fd7572babdb535b6 /libavformat/Makefile | |
parent | 47146dfbf6bca94dd0706b4313cc5e26edaf18d4 (diff) | |
download | ffmpeg-a6d18a0e6addfcfc6f8790d4afc3b47673cbb607.tar.gz |
Move metadata API from avcodec to avformat.
Originally committed as revision 16425 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index f6ef3a71b4..303242d962 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -5,7 +5,7 @@ FFLIBS = avcodec avutil 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 |