https://bugs.kde.org/show_bug.cgi?id=414165

            Bug ID: 414165
           Summary: Compilation error with sizeInBytes()
           Product: kdenlive
           Version: git-master
          Platform: Mint (Ubuntu based)
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: Installation
          Assignee: vpi...@kde.org
          Reporter: aroberts...@yahoo.com
  Target Milestone: ---

git clone https://invent.kde.org/kde/kdenlive.git
cd kdenlive
git checkout master
mkdir build
cd build
cmake .. -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_INSTALL_PREFIX=/usr
-DRELEASE_BUILD=OFF
make -j9
sudo make install

Error with compilation due to sizeInBytes() in:
/kdenlive/thumbnailer/mltpreview.cpp
/kdenlive/src/utils/thumbnailcache.cpp
/kdenlive/src/doc/kthumb.cpp

sizeInBytes() appears to be deprecated and should be replaced by:
bytesPerLine() * height()
e.g. image.bytesPerLine() * image.height()

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to