Hi list,

I don't know whether this is the right place for sending patches.

While integrating flac into our yocto project "www.yoctoproject.org", we found 
a build issue in flac/examples. The following patch fixes this issue.

BTW, is flac still under maintenance? I saw it was not upgraded for a long time.

Thanks,
Dongxiao

Fixes no declaration of memcmp().

Signed-off-by: Dongxiao Xu <[email protected]>

diff -urN flac-1.2.1-orig/examples/cpp/encode/file/main.cpp 
flac-1.2.1/examples/cpp/encode/file/main.cpp
--- flac-1.2.1-orig/examples/cpp/encode/file/main.cpp   2010-06-23 
15:06:29.159481339 +0800
+++ flac-1.2.1/examples/cpp/encode/file/main.cpp        2010-06-23 
15:06:46.233384883 +0800
@@ -30,6 +30,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include "FLAC++/metadata.h"
 #include "FLAC++/encoder.h"
 
_______________________________________________
Flac-dev mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to