avcodec: split avpicture from imgconvert

All the non deprecated functions are in avpicture.c now.
This commit is contained in:
Luca Barbato
2012-11-20 12:45:58 +01:00
parent cbe5a60c9d
commit d1d9efaae6
3 changed files with 124 additions and 85 deletions
+1
View File
@@ -14,6 +14,7 @@ HEADERS = avcodec.h \
OBJS = allcodecs.o \
audioconvert.o \
avpacket.o \
avpicture.o \
bitstream.o \
bitstream_filter.o \
codec_desc.o \