Just remove win32/common/libgstgl.def
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Oct 2016 17:39:38 +0000 (23:09 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Oct 2016 17:39:38 +0000 (23:09 +0530)
commit111eb088fbaba7001eb055630b1f702ef5ccfa21
treed8a9a2ce931bc1235307826c44c333e310aae930
parentbb0a83b0185ab789e06dec16869e587d839414fa
Just remove win32/common/libgstgl.def

It was always wrong since the symbols being exported in gstgl-1.0.dll
are platform-specific, and the check we do in dist checks it on all
platforms (which usually means Linux) and the list is instead
Linux-specific right now.

Even if we fix that, it can still never be right because it depends on
your configuration even on a specific platform. For instance, when we
start building EGL support on Windows using ANGLE, the symbol list will
change depending on whether that is enabled or not.

We also don't need this anymore since we use GST_EXPORT for all
functions exported on Windows now.
win32/common/libgstgl.def [deleted file]