mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-08 10:50:02 +00:00
20 lines
857 B
Makefile
20 lines
857 B
Makefile
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
|