diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-25 18:25:12 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-25 18:25:12 +0000 |
commit | d8bc04c3d3e7d33bf44b4f9c3b8e948b749428e8 (patch) | |
tree | b52404e9e8f48a414ec70729b04cffd99f1b12b6 /graphics/Makefile | |
parent | Eliminate more false positives for install_error. Very noticeable on (diff) |
Add port graphics/frei0r:
Frei0r is a minimalistic plugin API for video sources and filters. The
behaviour of the effects can be controlled from the host by simple
parameters. The intent is to solve the recurring reimplementation or
adaptation issue of standard effects.
It is not meant as a generic API for all kinds of video applications.
There is no support for the requirements of special application areas
like non linear editors, hardware accelerated shader effects, and high
precision video processing. These advanced issues are not even solved
satisfactory for non cross application plugin apis and are still an
evolving field.
The frei0r API is not meant to be a competing standard to more
ambitious efforts.
WWW: http://www.piksel.org/frei0r
Notes
Notes:
svn path=/head/; revision=180722
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 5b0a62823bea..fd29af0ed1b8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -148,6 +148,7 @@ SUBDIR += fraqtive SUBDIR += freeglut SUBDIR += freeimage + SUBDIR += frei0r SUBDIR += frontline SUBDIR += ftgl SUBDIR += fujiplay |