]> git.sesse.net Git - ffmpeg/blob - libavcore/Makefile
aacenc: Favor log2f() and sqrtf() over log2() and sqrt().
[ffmpeg] / libavcore / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avcore
4
5 HEADERS = avcore.h                                                      \
6
7 OBJS = utils.o                                                          \
8
9 include $(SUBDIR)../subdir.mak