Got ffmpeg and juce compiling and mostly everything working again. FFmpeg is the newest version, and so is JUCE.

This commit is contained in:
Jonathan Thomas
2012-06-16 02:12:48 -05:00
parent 57520f0ba3
commit b775fff325
10 changed files with 39 additions and 47 deletions

View File

@@ -32,7 +32,7 @@ int main()
for (int frame = 1; frame < 3000; frame++)
{
Frame f = r.GetFrame(frame);
f.Play();
//f.Play();
f.Display();
f.DisplayWaveform(false);
}