comparison Makefile @ 8:f214f755f5de libavcore

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().
author stefano
date Thu, 29 Jul 2010 23:44:57 +0000
parents a5655c1f889e
children
comparison
equal deleted inserted replaced
7:0f570839057d 8:f214f755f5de
2 2
3 NAME = avcore 3 NAME = avcore
4 FFLIBS = avutil 4 FFLIBS = avutil
5 5
6 HEADERS = avcore.h \ 6 HEADERS = avcore.h \
7 imgutils.h \
7 parseutils.h \ 8 parseutils.h \
8 9
9 OBJS = parseutils.o \ 10 OBJS = imgutils.o \
11 parseutils.o \
10 utils.o \ 12 utils.o \
11 13
12 include $(SUBDIR)../subdir.mak 14 include $(SUBDIR)../subdir.mak