|
MCL Source Code - C Part, Programmer's Manual |
|
About MCL Source Code - C Part |
|
C part of MCL Source Code consist of more then 500,000 lines of source code in part written by us (HAV and CVR) but mostly are gathered from various publicly available multimedia software libraries written in C with some optimizations in assembler. Original code is improved and changed making it easier to integrate into MCL or any other software product which needs support for various multimedia file formats. |
|
Included in the C Part |
|
Support for the following multimedia formats (in equally named folders):
Development tools included:
|
|
Installation |
|
After unpacking run MAKEVARS.EXE That will generate VARS.BAT batch file Put the contents of VARS.BAT at the end of AUTOEXEC.BAT or run VARS.BAT in command prompt before compiling. |
|
Compiling |
|
All DLLs, static libraries and object files are already precompiled, but if you make changes to C or assembler code you'll need to recompile them. In each folder mentioned above find MAKEFILE for GCC compiler. To compile say MAKE from command prompt. To start command-prompt from Windows Explorer double-click the COMMAND PROMPT.BAT file. DLLs are automatically copyed to _DLL_ folder. Delphi include files are copied to _DELPHI_INCLUDE_ folder. FFmpeg and OGG libraries can only be compiled inside MSYS unix shell. Because of that they are not automatically compiled, just their wrappers. Start MSYS unix shell with MSYS.BAT Linux (Unix) developers: Makefiles are optimized for GCC on Windows. With a few modifications they will work on any x86 platform with GCC and NASM. Porting to other C compilers should be very easy except for parts containing assembler code. These shoud be converted from GCC assembler syntax to other compiler's syntax. |