diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-11-12 00:47:57 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-11-20 12:45:58 +0100 |
commit | d1d9efaae6c7e8466b06c30ca21c6b569dd2e480 (patch) | |
tree | b6ac77d777d573374178796b94155f97d8cbe2fc /libavcodec/Makefile | |
parent | cbe5a60c9d495df0fb4775b064f06719b70b9952 (diff) | |
download | ffmpeg-d1d9efaae6c7e8466b06c30ca21c6b569dd2e480.tar.gz |
avcodec: split avpicture from imgconvert
All the non deprecated functions are in avpicture.c now.
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 775cabec75..1329c831a6 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -14,6 +14,7 @@ HEADERS = avcodec.h \ OBJS = allcodecs.o \ audioconvert.o \ avpacket.o \ + avpicture.o \ bitstream.o \ bitstream_filter.o \ codec_desc.o \ |