summaryrefslogtreecommitdiff
path: root/libavcore/Makefile
blob: f2e829702ef1fbf3dd4c0dc8a1009df9d5db9a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include $(SUBDIR)../config.mak

NAME = avcore
FFLIBS = avutil

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

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

include $(SUBDIR)../subdir.mak