diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-02 20:05:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-02 20:05:35 +0800 |
commit | a86d25ecffd398eb30517103edd137e32d830914 (patch) | |
tree | 6892d0412f72b424cd987d415604f7ccb3ab8539 /multimedia/Makefile | |
parent | fbd38694b5d82b9f059c95faaaef95ab3bbcec71 (diff) | |
download | freebsd-ports-gnome-a86d25ecffd398eb30517103edd137e32d830914.tar.gz freebsd-ports-gnome-a86d25ecffd398eb30517103edd137e32d830914.tar.zst freebsd-ports-gnome-a86d25ecffd398eb30517103edd137e32d830914.zip |
Bellagio is an opensource implementation of the OpenMAX IL API that
runs on Linux PC, including:
* A shared library with the IL core and a "reference" OpenMAX component
* A number of OpenMAX components which pass Khronos conformance tests
It is intended to show the usage of the IL API and to allow people to
start developing components.
WWW: http://omxil.sourceforge.net/index.html
PR: ports/139349
Submitted by: Thinker K.F. Li <thinker at branda.to>
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 85bb4f4e4dc9..b730766849d3 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -146,6 +146,7 @@ SUBDIR += libmovtar SUBDIR += libmpeg2 SUBDIR += libmpeg3 + SUBDIR += libomxil-bellagio SUBDIR += libquicktime SUBDIR += libquicktime-lame SUBDIR += libtheora |