Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 36: Line 36:
  
 
<h2 style="margin:0;background:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;">
 
<h2 style="margin:0;background:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;">
Build VLC media player</h2>
+
Compile VLC media player</h2>
 
Check the {{VLCSourceFile|name=NEWS}}.
 
Check the {{VLCSourceFile|name=NEWS}}.
  
Check the [[Compile VLC|generic compile HOWTO]].
+
Check the [[Compile VLC]] page.
  
 
To build VLC, you first need to get the [[GetTheSource|Source Code]].
 
To build VLC, you first need to get the [[GetTheSource|Source Code]].
  
* [[Win32Compile|How to compile for Windows]] ([[Win32CompileMSYSNew|MSYS]],[[Win32CompileCygwinNew|Cygwin]])
 
* [[OSXCompile|How to compile on Mac OS X]]
 
* [[UnixCompile|How to compile on Unix/Linux]]
 
* [[WinCECompile|How to compile on WinCE]]
 
* [[Solaris|How to compile on Solaris]]
 
* [[BeOSCompile|How to compile on BeOS (outdated)]]
 
* [[ARM-XCompile|How to cross-compile for ARM]]
 
 
* [[OutOfTreeCompile|How to compile a module outside of VLC source tree]]
 
* [[DirectFB_Compile|Compile DirectFB plugin]]
 
* [[Contrib_Status|Contrib Status]] - 3rd party libraries status.
 
* [[Packagers|Links to the packaging in various distros]]
 
 
</div>
 
</div>
  

Revision as of 14:14, 9 November 2010


This is a directory of everything to do with the development of VideoLAN's projects.

Check VLC's page to get info on VLC.

761 articles

Compile VLC media player

Check the NEWS.

Check the Compile VLC page.

To build VLC, you first need to get the Source Code.


Build an application on libVLC

There are several ways to build an application that uses VLC. Some are listed here.

Code VLC

Start coding on VLC

VLC Code


Tools to code VLC

Development discussions under work

Current Development

Changes in the current version

Current discussions

Design

Past discussions

Design