[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/strigi/src/streamanalyzer
From:       Evgeny Egorochkin <phreedom.stdin () gmail ! com>
Date:       2009-08-21 16:12:29
Message-ID: 1250871149.199633.17932.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1014139 by evgeny:

Added a FLAC audio file analyzer.

 M  +1 -0      CMakeLists.txt  
 M  +2 -0      streamanalyzer.cpp  
 A             throughanalyzers/flacthroughanalyzer.cpp   [License: LGPL (v2+)]
 A             throughanalyzers/flacthroughanalyzer.h   [License: LGPL (v2+)]


--- trunk/kdesupport/strigi/src/streamanalyzer/CMakeLists.txt #1014138:1014139
@@ -59,6 +59,7 @@
 	saxanalyzers/odfsaxanalyzer.cpp
 	throughanalyzers/id3v2throughanalyzer.cpp
 	throughanalyzers/oggthroughanalyzer.cpp
+	throughanalyzers/flacthroughanalyzer.cpp
 )
 
 add_library(streamanalyzer SHARED ${streamanalyzer_SRCS})
--- trunk/kdesupport/strigi/src/streamanalyzer/streamanalyzer.cpp #1014138:1014139
@@ -46,6 +46,7 @@
 #include "dataeventinputstream.h"
 #include "throughanalyzers/id3v2throughanalyzer.h"
 #include "throughanalyzers/oggthroughanalyzer.h"
+#include "throughanalyzers/flacthroughanalyzer.h"
 #include "eventanalyzers/digesteventanalyzer.h"
 #include "lineanalyzers/odfmimetypelineanalyzer.h"
 #include "saxanalyzers/odfsaxanalyzer.h"
@@ -260,6 +261,7 @@
     }
     addFactory(new ID3V2ThroughAnalyzerFactory());
     addFactory(new OggThroughAnalyzerFactory());
+    addFactory(new FlacThroughAnalyzerFactory());
     addFactory(new EventThroughAnalyzerFactory(saxfactories, linefactories,
         eventfactories));
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic