mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-05 14:26:17 +00:00
13 lines
392 B
Makefile
13 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
|