summaryrefslogtreecommitdiff
path: root/libavcore/libavcore.v
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-21 18:28:42 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-21 18:28:42 +0000
commitaac6ca6978306bf0f0254bab8a608648014ed3e5 (patch)
tree65edd929c762ce7aa6a3c79304a075b6e47e208f /libavcore/libavcore.v
parentac1a31ab036597e15be5865fc2a42c3cca79ac8a (diff)
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
Diffstat (limited to 'libavcore/libavcore.v')
-rw-r--r--libavcore/libavcore.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcore/libavcore.v b/libavcore/libavcore.v
new file mode 100644
index 0000000000..dc84cc4965
--- /dev/null
+++ b/libavcore/libavcore.v
@@ -0,0 +1,4 @@
+LIBAVCORE_$MAJOR {
+ global: av_*; ff_*; avcore*;
+ local: *;
+};