1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavcore/Makefile

17 lines
688 B
Makefile
Raw Normal View History

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