[Bug 775295] examples: remove #include <ges-internal.h> from assets.c

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 29 11:20:13 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|---                         |FIXED

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit b4b57ddcf8656a2b8015e542ba4c95031bd6bd86
Author: Scott D Phillips <scott.d.phillips at intel.com>
Date:   Mon Nov 28 17:07:39 2016 -0800

    examples: remove #include <ges-internal.h> from assets.c

    It is not needed and pulling it in is causing a link problem with msvc.
    Including ges-internal.h sets the default debug category in assets.c to
    _ges_debug. Because _ges_debug is marked as DATA in the libges.def, it
    will only be linked from libges.dll if it is marked in the source with
    dllimport. Instead of messing with that we can just remove this include.

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

-- 
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