Skip to content

Commit

Permalink
win32: remove .def file with exports
Browse files Browse the repository at this point in the history
They're no longer needed, symbol exporting is now explicit
via GST_*_API export decorators in all cases, that is
autotools and meson, incl. MSVC.
  • Loading branch information
tp-m committed Aug 12, 2018
1 parent de8fe28 commit 29ef9a8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2,152 deletions.
14 changes: 2 additions & 12 deletions Makefile.am
Expand Up @@ -27,18 +27,14 @@ DIST_SUBDIRS = pkgconfig \
common \
data

# include before EXTRA_DIST for win32 assignment
include $(top_srcdir)/common/win32.mak

EXTRA_DIST = \
gst-element-check-1.0.m4 \
configure.ac autogen.sh depcomp \
MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
scripts/gst-uninstalled \
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/gstreamer-*" ) \
meson_options.txt \
gst/parse/gen_lex.py.in gst/parse/gen_grammar.py.in \
$(win32)
gst/parse/gen_lex.py.in gst/parse/gen_grammar.py.in

DISTCLEANFILES = _stdint.h

Expand Down Expand Up @@ -140,13 +136,7 @@ check-enum-gettypes: $(top_builddir)/gst/gstenumtypes.h

include $(top_srcdir)/common/coverage/lcov.mak

# Do not run the check-exports test in case any option which causes the API to
# change has been used
if !GST_DISABLE_REGISTRY
CHECK_EXPORTS = check-exports
endif

check: $(CHECK_EXPORTS) check-enum-gettypes
check: check-enum-gettypes

# cruft: plugins that have been merged or moved or renamed

Expand Down
6 changes: 0 additions & 6 deletions win32/MANIFEST

This file was deleted.

32 changes: 0 additions & 32 deletions win32/README.txt

This file was deleted.

0 comments on commit 29ef9a8

Please sign in to comment.