From fa0eff5c0dc2a2b7afcf1649283926ac9de1deaa Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Mon, 30 Nov 2020 11:55:50 +0300 Subject: [PATCH] win32/*.def: remove LIBRARY directives they aren't needed and caused import lib generation failures with cmake. --- win32/vorbis.def | 2 +- win32/vorbisenc.def | 1 - win32/vorbisfile.def | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/win32/vorbis.def b/win32/vorbis.def index 884f8f023..37c0d478b 100644 --- a/win32/vorbis.def +++ b/win32/vorbis.def @@ -1,6 +1,6 @@ ; vorbis.def ; -LIBRARY + EXPORTS _floor_P _mapping_P diff --git a/win32/vorbisenc.def b/win32/vorbisenc.def index 79af06440..40a3e3979 100644 --- a/win32/vorbisenc.def +++ b/win32/vorbisenc.def @@ -1,6 +1,5 @@ ; vorbisenc.def ; -LIBRARY EXPORTS vorbis_encode_init diff --git a/win32/vorbisfile.def b/win32/vorbisfile.def index 4dc554962..a8a844681 100644 --- a/win32/vorbisfile.def +++ b/win32/vorbisfile.def @@ -1,6 +1,6 @@ ; vorbisfile.def ; -LIBRARY + EXPORTS ov_clear ov_open