You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libfpx/files/libfpx-1.2.0.13-export-symb...

15 lines
347 B

* At least the Darwin linker doesn't like double symbols during the
final linking stage...
--- a/jpeg/jpegconf.h
+++ b/jpeg/jpegconf.h
@@ -27,6 +27,6 @@
# pragma warning(disable : 4244)
# pragma warning(disable : 4142)
#else
-# define JPEGEXPORT
-# define FPXEXPORT
+# define JPEGEXPORT extern
+# define FPXEXPORT extern
#endif