<p>Am 28.11.2014 16:25 schrieb "Adriaan van Os" <<a href="mailto:fpc@microbizz.nl">fpc@microbizz.nl</a>>:<br>
><br>
> Looking on the internet for DirectShow Pascal bindings, I came across <<a href="http://code.google.com/p/dspack/source/browse/#svn%2Ftrunk%2Fsrc%2FDirectX9">http://code.google.com/p/dspack/source/browse/#svn%2Ftrunk%2Fsrc%2FDirectX9</a>>. With a few modifications, this does compile with fpc-2.6.4, e.g.<br>
><br>
> adriaan% fpc -MDelphi -Twin32 DirectShow9.pas<br>
> Free Pascal Compiler version 2.6.4 [2014/02/26] for i386<br>
> Copyright (c) 1993-2014 by Florian Klaempfl and others<br>
> Target OS: Win32 for i386<br>
> Compiling DirectShow9.pas<br>
> Compiling DirectDraw.pas<br>
> Compiling DirectSound.pas<br>
> Compiling DXTypes.pas<br>
> Compiling Direct3D9.pas<br>
> 53273 lines compiled, 2.3 sec<br>
><br>
> Is there a fixed policy to include packages like these with FPC (or not) ? The license is Mozilla Public License 1.1.</p>
<p>The policy is that we'd like to reduce the amount of packages we ship with FPC directly. For this there is a package repository which can be accessed using fppkg. Currently there is only a lnet package, but if you take a look at the wiki entry for fppkg you might be able to add a new package description file for the DirectX headers so that we can add it there.</p>
<p>Regards <br>
Sven</p>