From b775fff325b50e81030952aefaff88407ee37fd9 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Sat, 16 Jun 2012 02:12:48 -0500 Subject: [PATCH] Got ffmpeg and juce compiling and mostly everything working again. FFmpeg is the newest version, and so is JUCE. --- .cproject | 2 +- CMakeLists.txt | 4 +++- include/AudioBufferSource.h | 8 ++++---- include/Frame.h | 2 +- src/AudioBufferSource.cpp | 6 +++--- src/CMakeLists.txt | 15 --------------- src/FFmpegReader.cpp | 38 ++++++++++++++++++++----------------- src/Frame.cpp | 1 + src/Main.cpp | 2 +- src/examples/CMakeLists.txt | 8 ++++---- 10 files changed, 39 insertions(+), 47 deletions(-) diff --git a/.cproject b/.cproject index 4fbd4303..0223f600 100644 --- a/.cproject +++ b/.cproject @@ -25,7 +25,7 @@