OSDN Git Service

Remove libpostproc.
authorDiego Biurrun <diego@biurrun.de>
Thu, 23 Feb 2012 16:17:01 +0000 (17:17 +0100)
committerDiego Biurrun <diego@biurrun.de>
Thu, 23 Feb 2012 18:36:16 +0000 (19:36 +0100)
commitb315042c8ce984bec431c5965120853a843cbfa5
tree0860cd8e9954b7cdff910633b272022ca1436f71
parent01cb62aba2503b4173f101154f9f840f04f9c7f8
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
15 files changed:
.gitignore
Changelog
LICENSE
Makefile
cmdutils.c
configure
doc/APIchanges
libavutil/avutil.h
libpostproc/Makefile [deleted file]
libpostproc/libpostproc.v [deleted file]
libpostproc/postprocess.c [deleted file]
libpostproc/postprocess.h [deleted file]
libpostproc/postprocess_altivec_template.c [deleted file]
libpostproc/postprocess_internal.h [deleted file]
libpostproc/postprocess_template.c [deleted file]