[Bug 747104] Windows adaptation remarks

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 3 12:09:45 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=747104

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Harry from comment #1)
> 3. Include files folder-structure
> 
> Also for the "#include <gst.h>" include to work without causing multiple
> errors of file not found, the following paths must currently be added to the
> compiler's list of include folders:
> 
> C:\Program Files (x86)\GStreamer\1.0\x86\include
> C:\Program Files (x86)\GStreamer\1.0\x86\include\gstreamer-1.0
> C:\Program Files (x86)\GStreamer\1.0\x86\include\gstreamer-1.0\gst
> C:\Program Files (x86)\GStreamer\1.0\x86\include\glib-2.0
> C:\Program Files (x86)\GStreamer\1.0\x86\lib\glib-2.0\include
> 
> The first one should really have been enough. The others are currently
> required because the #include statements do not include the correct
> sub-folder names (ie. "#include <gstreamer-1.0\????.h>").
> 
> I also found out that gst.h omits video-info.h, so one needs to add:
> #include <video/video-info.h>

There are property sheets for VS for all this. Check the stuff inside
share/vs/2010. They are autogenerated from the pkg-config stuff.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list