Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2009-08-02 11:47:52 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-02 11:47:52 +0400
commitd31bfdc78f52c26c465c73579098544f6ce945aa (patch)
tree9d097da674f8c2903b8c8ac3ba182297c8a33c57 /intern
parent9cd522d65024a345f5e4c529d9135d98fa9c18d8 (diff)
Fixed an include error, included an FFMPEG file where not needed.
Diffstat (limited to 'intern')
-rw-r--r--intern/audaspace/FX/AUD_PitchFactory.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/audaspace/FX/AUD_PitchFactory.cpp b/intern/audaspace/FX/AUD_PitchFactory.cpp
index 9aaa241beca..5f814283c12 100644
--- a/intern/audaspace/FX/AUD_PitchFactory.cpp
+++ b/intern/audaspace/FX/AUD_PitchFactory.cpp
@@ -27,10 +27,6 @@
#include "AUD_PitchReader.h"
#include "AUD_Space.h"
-extern "C" {
-#include <libavformat/avformat.h>
-}
-
AUD_PitchFactory::AUD_PitchFactory(AUD_IFactory* factory, float pitch) :
AUD_EffectFactory(factory),
m_pitch(pitch) {}