annotate libavcore.v @ 0:a644213e4818 libavcore

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
author stefano
date Wed, 21 Jul 2010 18:28:42 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a644213e4818 Add libavcore.
stefano
parents:
diff changeset
1 LIBAVCORE_$MAJOR {
a644213e4818 Add libavcore.
stefano
parents:
diff changeset
2 global: av_*; ff_*; avcore*;
a644213e4818 Add libavcore.
stefano
parents:
diff changeset
3 local: *;
a644213e4818 Add libavcore.
stefano
parents:
diff changeset
4 };