Skip to content

Commit fa0eff5

Browse files
committed
win32/*.def: remove LIBRARY directives
they aren't needed and caused import lib generation failures with cmake.
1 parent 84c0236 commit fa0eff5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

win32/vorbis.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; vorbis.def
22
;
3-
LIBRARY
3+
44
EXPORTS
55
_floor_P
66
_mapping_P

win32/vorbisenc.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
; vorbisenc.def
22
;
3-
LIBRARY
43

54
EXPORTS
65
vorbis_encode_init

win32/vorbisfile.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; vorbisfile.def
22
;
3-
LIBRARY
3+
44
EXPORTS
55
ov_clear
66
ov_open

0 commit comments

Comments
 (0)