OSDN Git Service

Add libavcore.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 21 Jul 2010 18:28:42 +0000 (18:28 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 21 Jul 2010 18:28:42 +0000 (18:28 +0000)
commitaac6ca6978306bf0f0254bab8a608648014ed3e5
tree65edd929c762ce7aa6a3c79304a075b6e47e208f
parentac1a31ab036597e15be5865fc2a42c3cca79ac8a
Add libavcore.

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
Changelog
Makefile
cmdutils.c
common.mak
configure
libavcore/Makefile [new file with mode: 0644]
libavcore/avcore.h [new file with mode: 0644]
libavcore/libavcore.v [new file with mode: 0644]
libavcore/utils.c [new file with mode: 0644]