KDE/kdemultimedia

2010-05-12 Thread Maciej Mrozowski
ffmpegthumbs/CMakeLists.txt --- trunk/KDE/kdemultimedia/CMakeLists.txt #1125811:1125812 @@ -19,6 +19,7 @@ macro_optional_find_package(FFmpeg) macro_log_feature(FFMPEG_FOUND "FFmpeg" "FFmpeg libraries" "FFmpeg" FALSE "http://www.ffmpeg.org"; "F

Re: KDE/kdemultimedia

2007-01-28 Thread André Wöbbeking
On Sunday 28 January 2007, Matthias Kretz wrote: > On Sunday 28 January 2007 11:25, Tim Beaulen wrote: > > Disable JuK from compiling, it conflicts with TagLib > > You mean that both taglib and JuK have an include called tag.h? Even > though juk uses #include it picks up the one from juk and not >

Re: KDE/kdemultimedia

2007-01-28 Thread Alexander Neundorf
On Sunday 28 January 2007 12:24, Matthias Kretz wrote: > On Sunday 28 January 2007 11:25, Tim Beaulen wrote: > > Disable JuK from compiling, it conflicts with TagLib > > You mean that both taglib and JuK have an include called tag.h? Even though > juk uses #include it picks up the one from juk and

Re: KDE/kdemultimedia

2007-01-28 Thread Leo Savernik
Am Sonntag, 28. Januar 2007 schrieb Matthias Kretz: > On Sunday 28 January 2007 11:25, Tim Beaulen wrote: > > Disable JuK from compiling, it conflicts with TagLib > > You mean that both taglib and JuK have an include called tag.h? Even though > juk uses #include it picks up the one from juk and no

Re: KDE/kdemultimedia

2007-01-28 Thread Matthias Kretz
On Sunday 28 January 2007 11:25, Tim Beaulen wrote: > Disable JuK from compiling, it conflicts with TagLib You mean that both taglib and JuK have an include called tag.h? Even though juk uses #include it picks up the one from juk and not the one from taglib (you'd expect that if it were using #