view Makefile @ 15:665cb0c97133 libavcore

Implement av_get_image_linesize() and use it in ff_get_plane_bytewidth(). The new implementation is more generic, more compact and more correct.
author stefano
date Thu, 12 Aug 2010 15:05:58 +0000
parents f214f755f5de
children
line wrap: on
line source

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