<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Jul 15, 2017 at 7:49 AM, Mohammad A <span dir="ltr"><<a href="mailto:ma2005m@gmail.com" target="_blank">ma2005m@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif">Hello</div><div style="font-family:arial,helvetica,sans-serif">I want to add libdvbpsi to my Visual C++ project. but a cant find the source code for visual studio.<br>how can i add this package to my project?</div></div></blockquote><div><br></div><div>Source code for the current stable release can be foud here: <a href="http://download.videolan.org/pub/libdvbpsi/1.3.1/">http://download.videolan.org/pub/libdvbpsi/1.3.1/</a><br></div><div>Or in the git-archive: <a href="https://code.videolan.org/videolan/libdvbpsi/tree/1.3.1">https://code.videolan.org/videolan/libdvbpsi/tree/1.3.1</a><br><br></div><div>Libdvbpsi can be build on a Linux system using mingw compiler, for instance:<br><br>./bootstrap && \<br>./configure --host=i686-w64-mingw32 --prefix=/usr --disable-debug --enable-release --enable-shared --disable-static --enable-compat<br>make || exit 1<br><br></div><div>The releases do not have a Visual Studio project file, nor any other IDE project files. This is left up to the users of the library on how they<br></div><div>want to incorporate the library in their build system.<br><br></div><div>Kind regards,<br><br></div><div>Jean-Paul Saman<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>______________________________<wbr>_________________<br>
libdvbpsi-devel mailing list<br>
<a href="mailto:libdvbpsi-devel@videolan.org">libdvbpsi-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/libdvbpsi-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/<wbr>listinfo/libdvbpsi-devel</a><br>
<br></blockquote></div><br></div></div>