mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
e7bd48a6ae
libavcodec/imgconvert.c and make them public in libavcore/imgutils.h, with the names av_fill_image_linesizes() and av_fill_image_pointers(). Originally committed as revision 24583 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 lines
540 B
Makefile
15 lines
540 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = avcore
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = avcore.h \
|
|
imgutils.h \
|
|
parseutils.h \
|
|
|
|
OBJS = imgutils.o \
|
|
parseutils.o \
|
|
utils.o \
|
|
|
|
include $(SUBDIR)../subdir.mak
|