Displaying 3 results from an estimated 3 matches for "flac__strcasecmp".
2014 Mar 09
1
PATCH: FLAC__STRCASECMP definition
Move FLAC__STRCASECMP to share/compat.h and remove it from
src/flac/main.c and src/share/grabbag/cuesheet.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: strcasecmp.patch
Type: application/octet-stream
Size: 1596 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-d...
2012 Feb 07
2
[PATCH] Remove even more CPP hackery
....c b/src/flac/main.c
index e673a78..d35c960 100644
--- a/src/flac/main.c
+++ b/src/flac/main.c
@@ -43,7 +43,7 @@
#include "utils.h"
#include "vorbiscomment.h"
-#if defined _MSC_VER || defined __MINGW32__ || defined __EMX__
+#if defined _MSC_VER || defined __MINGW32__
#define FLAC__STRCASECMP stricmp
#else
#define FLAC__STRCASECMP strcasecmp
diff --git a/src/libFLAC/metadata_iterators.c
b/src/libFLAC/metadata_iterators.c
index e9d5275..32e8ed3 100644
--- a/src/libFLAC/metadata_iterators.c
+++ b/src/libFLAC/metadata_iterators.c
@@ -3312,7 +3312,7 @@ void set_file_stats_(const char *fil...
2014 Jun 27
0
[PATCH 2] remove unnecessary code
There are
* two REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 11025/-12.93" lines,
* two #include "share/compat.h" lines, and
* unnecessary #undef FLAC__STRCASECMP (it should be removed there:
http://git.xiph.org/?p=flac.git;a=commitdiff;h=4bc1220b32d067e3ed7aa6f08b2ef4e568f3dbab
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2_nonneeded.patch
Type: application/octet-stream
Size: 1382 bytes
Desc: not available
Url : http:/...