Git Product home page Git Product logo

Comments (6)

jrsnen avatar jrsnen commented on June 16, 2024

Hi.

Kvazzup doesn't have any dependencies on libAV or FFmpeg, so it must be that openHEVC is causing this problem. I have not encountered this problem before, but my testing on Linux systems has not been extensive. Since the code in openHEVC is 8 years old, it does seem that this is not due to any recent update in OpenHEVC, but something to do with either

  1. the way OpenHEVC has been built or
  2. the way Kvazzup has been built or
  3. the build environment.

Have you tried installing libAV or FFMpeg? The errors seem to indicate that those dependencies are not found.

Another question is that have you tried using QtCreator? I'm not sure how this would solve the issue, but that is what I've been using.

from kvazzup.

fador avatar fador commented on June 16, 2024

OpenHEVC is also a bit funny in the way they use branches, the default branch is behind but I think we have usually used ffmpeg_update branch

from kvazzup.

jrsnen avatar jrsnen commented on June 16, 2024

That is true, I should probably check which branch I have used (and works) and document it in the build instructions.

from kvazzup.

tpanj avatar tpanj commented on June 16, 2024

You are both right!

Also this worked for me at ffmpeg_update branch:

diff --git a/libavutil/cpu.c b/libavutil/cpu.c
index a22da0fa..fe271155 100644
--- a/libavutil/cpu.c
+++ b/libavutil/cpu.c
@@ -39,7 +39,7 @@
 #include <sys/param.h>
 #endif
 #include <sys/types.h>
-#include <sys/sysctl.h>
+//#include <sys/sysctl.h>
 #endif
 #if HAVE_UNISTD_H
 #include <unistd.h>

from kvazzup.

tpanj avatar tpanj commented on June 16, 2024

I am going to close issue when will be tested on kubuntu 21.10.

from kvazzup.

tpanj avatar tpanj commented on June 16, 2024

Successful build and run:

  • OS: Linux kubuntu 21.10
  • Compiler: g++ (Ubuntu 10.3.0-1ubuntu1) 10.3.0, Ubuntu clang version 11.0.0-2
  • Kvazzup version: 0.10.0
  • Qt version: 5.14.2-2 (yes, they are walking backwards)

And under grudalinux (Arch based)

  • OS: Garuda Linux Soaring (21-09-28)
  • Compiler: g++ (GCC) 11.1.0 , clang version 12.0.1
  • Kvazzup version: 0.10.0
  • Qt version: 5.15.2

from kvazzup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.