view Makefile @ 11:dabaa2056109 libavcore

Reimplement av_fill_image_pointers() using the information stored in the pixdescs. The new implementation is more compact, and does not need to be updated at each pixel format addition.
author stefano
date Fri, 30 Jul 2010 08:42:19 +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