view Makefile @ 25:63d8168fa16a libavcore

Cosmetics: use plural form for *linesizes arguments of av_image_copy(), more consistent with the rest of the API and more semantically correct.
author stefano
date Tue, 07 Sep 2010 21:24:06 +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