Commit e525ee1
committed
Fix .pc file for use under Windows
Include LIB_PKG_CONFIG_EXTRA_CFLAGS as DEC_PKG_CONFIG_EXTRA_CFLAGS
does not exist. On Windows this will expand to "-DDEF_DLL" so that
"dllimport" is enabled in "SvtJpegxs.h".
Rename "EB_DLL" to "DEF_DLL" in Cflags.private. "EB_DLL" does not exist
and by unsetting "DEF_DLL" we make sure that "dllimport" is not used
when linking the static lib.1 parent b6e0a74 commit e525ee1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
0 commit comments