summaryrefslogtreecommitdiff
path: root/libpostproc/libpostproc.v
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-23 17:17:01 +0100
committerDiego Biurrun <diego@biurrun.de>2012-02-23 19:36:16 +0100
commitb315042c8ce984bec431c5965120853a843cbfa5 (patch)
tree0860cd8e9954b7cdff910633b272022ca1436f71 /libpostproc/libpostproc.v
parent01cb62aba2503b4173f101154f9f840f04f9c7f8 (diff)
downloadffmpeg-b315042c8ce984bec431c5965120853a843cbfa5.tar.gz
Remove libpostproc.
This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git
Diffstat (limited to 'libpostproc/libpostproc.v')
-rw-r--r--libpostproc/libpostproc.v4
1 files changed, 0 insertions, 4 deletions
diff --git a/libpostproc/libpostproc.v b/libpostproc/libpostproc.v
deleted file mode 100644
index e65d76f4f6..0000000000
--- a/libpostproc/libpostproc.v
+++ /dev/null
@@ -1,4 +0,0 @@
-LIBPOSTPROC_$MAJOR {
- global: postproc_*; pp_*;
- local: *;
-};