Hi all.
First, I would like to say that I'm kinda new about compiling libraries etc, so excuse me if I sound silly about some questions. I am trying to cross-compile gstreamer under mingw on linux and the thing is that I must compile the directx9 plugins like directsound, directshow and all of them for audio and vídeo. I saw that on gstreamer-plugins-good there's a directsoundsink plugin and I realize too that it was not being builted because the dsound.h header was missing in mingw includes. So I download the dsound.h file, included in mingw includes then now the compilation build it. But in my build's log I notice that some linking problem was ocurring. I tried another version of the dsound.h file and I got different problems. So I would like to ask if there is a complete version of DirectX (latest if possible) libraries for MinGW? Thanks!
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Marcelo de Sá Mendoza wrote:
> Hi all. > > First, I would like to say that I'm kinda new about compiling libraries etc, > so excuse me if I sound silly about some questions. I am trying to > cross-compile gstreamer under mingw on linux and the thing is that I must > compile the directx9 plugins like directsound, directshow and all of them > for audio and vídeo. I saw that on gstreamer-plugins-good there's a > directsoundsink plugin and I realize too that it was not being builted > because the dsound.h header was missing in mingw includes. So I download the > dsound.h file, included in mingw includes then now the compilation build it. > But in my build's log I notice that some linking problem was ocurring. > I > tried another version of the dsound.h file and I got different problems. So > I would like to ask if there is a complete version of DirectX (latest if > possible) libraries for MinGW? > MinGW comes with necessary import libraries (libd*.a), but you'll need headers from Microsoft DirectX SDK. And there are other problems as well. > Thanks! > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |