gstreamer/examples
Scott D Phillips b4b57ddcf8 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
2016-11-29 13:19:50 +02:00
..
c examples: remove #include <ges-internal.h> from assets.c 2016-11-29 13:19:50 +02:00
python examples: Move all examples to the root dir and create foldersdir per language 2015-12-21 15:35:17 +01:00
.gitignore examples/gitignore: ignore assets and play_timeline_with_one_clip binaries 2016-04-04 10:51:49 +03:00
Makefile.am examples: Move all examples to the root dir and create foldersdir per language 2015-12-21 15:35:17 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-24 16:44:32 -03:00