mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-10 12:09:53 +00:00
12 lines
392 B
Makefile
12 lines
392 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = avcore
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = avcore.h \
|
|
parseutils.h \
|
|
|
|
OBJS = parseutils.o \
|
|
utils.o \
|
|
|
|
include $(SUBDIR)../subdir.mak
|