diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 12:30:16 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:28:38 +0200 |
commit | 575c18da1b5053e244ccbfbcced176b5a63dbb25 (patch) | |
tree | b2bbec6d1653f3263fe699c278a4df0cf8f33e7b /libavformat/Makefile | |
parent | 761ad429680637411882552921a9d5acb6aff59e (diff) | |
download | ffmpeg-575c18da1b5053e244ccbfbcced176b5a63dbb25.tar.gz |
lavf: remove FF_API_OLD_METADATA cruft
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 0bf2633d66..5e029ed96b 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -10,7 +10,6 @@ OBJS = allformats.o \ id3v1.o \ id3v2.o \ metadata.o \ - metadata_compat.o \ options.o \ os_support.o \ sdp.o \ |