/packages/audio/flac/patches/flac-1.2.1-gcc_4.3.patch

http://github.com/OpenELEC/OpenELEC.tv · Patch · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · da17e75db273ea8a261b7518bc3b448e MD5 · raw file

  1. diff -Naur flac-1.2.1-old/examples/cpp/encode/file/main.cpp flac-1.2.1-new/examples/cpp/encode/file/main.cpp
  2. --- flac-1.2.1-old/examples/cpp/encode/file/main.cpp 2007-09-13 08:58:03.000000000 -0700
  3. +++ flac-1.2.1-new/examples/cpp/encode/file/main.cpp 2008-01-08 17:25:20.000000000 -0800
  4. @@ -30,6 +30,7 @@
  5. #include <stdio.h>
  6. #include <stdlib.h>
  7. +#include <string.h>
  8. #include "FLAC++/metadata.h"
  9. #include "FLAC++/encoder.h"