Revision: 22135
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22135
Author:   nexyon
Date:     2009-08-02 09:47:52 +0200 (Sun, 02 Aug 2009)

Log Message:
-----------
Fixed an include error, included an FFMPEG file where not needed.

Modified Paths:
--------------
    branches/soundsystem/intern/audaspace/FX/AUD_PitchFactory.cpp

Modified: branches/soundsystem/intern/audaspace/FX/AUD_PitchFactory.cpp
===================================================================
--- branches/soundsystem/intern/audaspace/FX/AUD_PitchFactory.cpp       
2009-08-02 07:08:51 UTC (rev 22134)
+++ branches/soundsystem/intern/audaspace/FX/AUD_PitchFactory.cpp       
2009-08-02 07:47:52 UTC (rev 22135)
@@ -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) {}


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to