diff options
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h index 9f0c2e3..9728909 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -71,7 +71,7 @@ using Poco::UUID; using Poco::UUIDGenerator; using Poco::Net::HTTPResponse; - +/* extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> @@ -88,6 +88,9 @@ extern "C" { #include <libavutil/samplefmt.h> //#include <libavutil/timestamp.h> } +*/ + +#include "ofxMovieExporter.h" #define AUDIO_INBUF_SIZE 20480 #define AUDIO_REFILL_THRESH 4096 |
