mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
aac6ca6978
The new library is meant to contain the core multimedia utilities for FFmpeg, to make them shareable between more libav* libraries. See thread: Subject: [FFmpeg-devel] [RFC] New library for shared non-generic libav* utils Date: Fri, 9 Jul 2010 01:07:40 +0200 Originally committed as revision 24393 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
|