wok-6.x annotate flac/stuff/flac-1.2.1_gcc4.u @ rev 7590
Up: audacious to 2.4.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Dec 10 07:21:39 2010 +0000 (2010-12-10) |
parents | |
children | 930e73251092 |
rev | line source |
---|---|
erjo@4217 | 1 --- flac-1.2.1-ori/examples/cpp/encode/file/main.cpp Thu Sep 13 15:58:03 2007 |
erjo@4217 | 2 +++ flac-1.2.1/examples/cpp/encode/file/main.cpp Thu Sep 24 10:14:38 2009 |
erjo@4217 | 3 @@ -30,6 +30,7 @@ |
erjo@4217 | 4 |
erjo@4217 | 5 #include <stdio.h> |
erjo@4217 | 6 #include <stdlib.h> |
erjo@4217 | 7 +#include <cstring> |
erjo@4217 | 8 #include "FLAC++/metadata.h" |
erjo@4217 | 9 #include "FLAC++/encoder.h" |
erjo@4217 | 10 |