[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22135] branches/soundsystem/intern/ audaspace/FX/AUD_PitchFactory.cpp: Fixed an include error, included an FFMPEG file where not needed.

Jörg Müller nexyon at gmail.com
Sun Aug 2 09:47:52 CEST 2009


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) {}





More information about the Bf-blender-cvs mailing list