mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-24 00:02:53 +00:00
10 lines
228 B
Makefile
10 lines
228 B
Makefile
|
include $(SUBDIR)../config.mak
|
||
|
|
||
|
NAME = avcore
|
||
|
|
||
|
HEADERS = avcore.h \
|
||
|
|
||
|
OBJS = utils.o \
|
||
|
|
||
|
include $(SUBDIR)../subdir.mak
|