Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Xvidcore_lib | Description: | Xvidcore codec library | Download: | xvidcore_lib.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 269kb | Version: | 52.2 | Date: | 03 Jun 2009 | Author: | Fredrik Wikström | Submitter: | Fredrik Wikström | Email: | fredrik/a500 org | Homepage: | http://a500.org | Category: | library/graphics | Replaces: | library/misc/xvidcore_lib.lha | License: | GPL | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 4844 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 1018 (Current version) | | 1205 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
Xvidcore 1.2.2 implemented as an AmigaOS shared library.
Installation:
Copy xvidcore.library To LIBS:
Installation (SDK):
Copy include/#? All SDK:Local/common/include/
Some differences from using libxvidcore.a/so:
libxvidcore.a:
#include <xvid.h>
xvidcore.library:
#include <libraries/xvid.h>
#include <proto/xvidcore.h>
#include <inline4/xvidcore.h>
libxvidcore.a:
plugins[0].func = xvid_plugin_single;
xvidcore.library:
plugins[0].func = xvid_get_plugin_func(XVID_PLUGIN_SINGLE);
Changes:
52.2 (3-Jun-2009)
- Updated to xvidcore-1.2.2
- Compiled xvidcore with altivec support
52.1 (18-Feb-2009)
- First released version
|