search for: flac__vendor_str

Displaying 3 results from an estimated 3 matches for "flac__vendor_str".

2014 Mar 09
0
PATCH for FLAC__VENDOR_STRING definition
Since FLAC project don't support MSVC6 there's no need in hacks. -------------- next part -------------- A non-text attachment was scrubbed... Name: format.patch Type: application/octet-stream Size: 687 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140310/eb50f624/attachment-0001.obj
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
The following patch changes export.h so that the dllimport/dllexport attributes work with mingw/mingw-w64 and others: - changes _declspec keyword to __declspec: the former may not be defined by some toolchains. - changes the _MSC_VER condition to universally _WIN32: MSVC, as well as GCC supports this. Attached patch: declspec.diff Regards. -- O.S. -------------- next part --------------
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
...rked > dllimport > FLAC_API const char *FLAC__VERSION_STRING = VERSION; > ^ > format.c:47:22: warning: 'FLAC__VERSION_STRING' redeclared without dllimport > attribute: previous dllimport ignored [-Wattributes] > format.c:49:22: error: variable 'FLAC__VENDOR_STRING' definition is marked > dllimport > FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " > 20130526"; > ^ > format.c:49:22: warning: 'FLAC__VENDOR_STRING' redeclared without dllimport > attribute: pre...