aboutsummaryrefslogtreecommitdiffstats
path: root/libavcore/Makefile
blob: 037f55ebf72e93cea96e8947a349de7db3f4af23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include $(SUBDIR)../config.mak

NAME = avcore
FFLIBS = avutil

HEADERS = avcore.h                                                      \
          imgutils.h                                                    \
          parseutils.h                                                  \
          samplefmt.h                                                   \

OBJS = imgutils.o                                                       \
       parseutils.o                                                     \
       samplefmt.o                                                      \
       utils.o                                                          \

include $(SUBDIR)../subdir.mak