GithubHelp home page GithubHelp logo

Comments (2)

villalvilla avatar villalvilla commented on June 30, 2024

I answer myself, because after posting to this github and linux-sunxi list, and waiting 1 week or so, I can't see any kind of help for new developers that want to contribute giving you feedback to this iniciative:

As I could see, you have some mistakes in your configure.ac that make it imposible to find linux kernel headers installed in the system. As a matter of fact, you should consider adding the declaration AC_CONFIG_MACRO_DIRS([m4]) to you configure.ac and asking for installed linux headers in the system in your aclocal.m4 file. That way, the needed macros V4L2_PIX_FMT_MPEG2_SLICE, V4L2_PIX_FMT_H264_SLICE and V4L2_PIX_FMT_HEVC_SLICE will be available. It seems like you continue using de deprecated way of adding new paths with ACLOCAL_AMFLAGS, so newer distros won't be able to detect those new macros defined in the installed linux headers.

I could help patching the required configuration files of the driver. I use debian, so I could only warrantee issues related to this distro.

Thanks for your help,
Miguel

from libva-v4l2-request.

mripard avatar mripard commented on June 30, 2024

Not all the patches are upstream yet, so if you're using the debian kernel as is, it's totally expected that the libva doesn't work.

You'll either need to apply our patches yourself, or use one of the branches we have, as documented there:
https://linux-sunxi.org/Sunxi-cedrus#Linux

Beware that this is very much a work in progress right now.

from libva-v4l2-request.

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.