diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2009-01-08 23:24:51 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2009-01-08 23:24:51 +0000 |
commit | e99f76ab79e0f1285ef8a6c8700beed228c0b98f (patch) | |
tree | eab672e81096cfc63e245b6c7799777f75af8069 /libavformat/Makefile | |
parent | 420169e5209b629b362757473cf2a69faad72e2c (diff) | |
download | ffmpeg-e99f76ab79e0f1285ef8a6c8700beed228c0b98f.tar.gz |
Add a second metadata compatibility layer, so that metadata that gets
demuxed with new API is automatically converted to the old API,
allowing old applications to stay functional.
Originally committed as revision 16499 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 1a5bb1f787..10a461ccdc 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 metadata.o os_support.o sdp.o utils.o +OBJS = allformats.o cutils.o metadata.o metadata_compat.o os_support.o sdp.o utils.o # muxers/demuxers OBJS-$(CONFIG_AAC_DEMUXER) += raw.o |