diff 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
line wrap: on
line diff
--- a/Makefile	Tue Jul 27 07:47:15 2010 +0000
+++ b/Makefile	Thu Jul 29 23:44:57 2010 +0000
@@ -4,9 +4,11 @@
 FFLIBS = avutil
 
 HEADERS = avcore.h                                                      \
+          imgutils.h                                                    \
           parseutils.h                                                  \
 
-OBJS = parseutils.o                                                     \
+OBJS = imgutils.o                                                       \
+       parseutils.o                                                     \
        utils.o                                                          \
 
 include $(SUBDIR)../subdir.mak