view Makefile @ 22:0899fc09d43c libavcore

Adopt a hierarchical name scheme for the imgutils.h API. Simplify grepping and somewhat more consistent with the scheme adopted by other FFmpeg modules API.
author stefano
date Tue, 07 Sep 2010 19:15:17 +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