FFmpeg/libavcore/Makefile
Stefano Sabatini e7bd48a6ae Move fill_image_linesize() and fill_image_data_ptr() from
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
2010-07-29 23:44:57 +00:00

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