Skip to content
  • Tim-Philipp Müller's avatar
    app: add win32 .def file and only export functions we want exported · 07d2dbfd
    Tim-Philipp Müller authored
    Add a .def file for win32 builds (and make check-exports).
    Fix LDFLAGS in Makefile.am, so the usual export regexps are used (fixes #573165).
    Make sure private marshaller functions aren't exported by prefixing them with __gst;
    also rename gst_app_marshal_OBJECT__VOID to _BUFFER__VOID, make it static and add
    a comment why we're not using glib-genmarshal for this one.
    07d2dbfd