Updated flac to 1.3.0, removed flac 1.2.1

This commit is contained in:
Scott McCreary
2013-09-20 22:05:04 -07:00
parent b47f5c7258
commit 17890aeb57
3 changed files with 93 additions and 48 deletions

View File

@@ -1,11 +0,0 @@
diff -urN flac-1.2.1/examples/cpp/encode/file/main.cpp flac-1.2.1-haiku/examples/cpp/encode/file/main.cpp
--- flac-1.2.1/examples/cpp/encode/file/main.cpp 2007-09-13 15:58:03.004718592 +0000
+++ flac-1.2.1-haiku/examples/cpp/encode/file/main.cpp 2010-09-20 12:47:33.520617984 +0000
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "FLAC++/metadata.h"
#include "FLAC++/encoder.h"