]> git.sesse.net Git - ffmpeg/blob - libavcore/Makefile
configure: simplify exit traps
[ffmpeg] / libavcore / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avcore
4 FFLIBS = avutil
5
6 HEADERS = \
7           audioconvert.h                                                \
8           avcore.h                                                      \
9           imgutils.h                                                    \
10           parseutils.h                                                  \
11           samplefmt.h                                                   \
12
13 OBJS = \
14        audioconvert.o                                                   \
15        imgutils.o                                                       \
16        parseutils.o                                                     \
17        samplefmt.o                                                      \
18        utils.o                                                          \
19
20 include $(SUBDIR)../subdir.mak