diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-05 15:18:00 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-11 11:32:11 +0200 |
commit | c223d79945b1fafad44c6dfab9f76a1fec96f810 (patch) | |
tree | 5c2e9765cd7d04b575f5f9285a7d682a1edea7b3 /libavcodec/Makefile | |
parent | 2ff67c909c95903240c30405b0b231ba68f5407a (diff) | |
download | ffmpeg-c223d79945b1fafad44c6dfab9f76a1fec96f810.tar.gz |
lavc: add codec descriptors.
They describe properties that are inherent to a codec (as described by
an AVCodecID) without referring to a specific implementation.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 095d09a6eb..f2e4d710e7 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -16,6 +16,7 @@ OBJS = allcodecs.o \ avpacket.o \ bitstream.o \ bitstream_filter.o \ + codec_desc.o \ dsputil.o \ faanidct.o \ fmtconvert.o \ |