Giter VIP home page Giter VIP logo

Comments (7)

web2wire avatar web2wire commented on July 2, 2024

I may be misunderstanding your question but the commits for the third party libraries can be found in the externals directory. The interfaces and capabilities for those libraries change so fast that we just fixed on a set that worked together. You can go into the individual external directories and pull down more recent commits if you like.

from ozonebase.

pliablepixels avatar pliablepixels commented on July 2, 2024

Ah, I think the confusion is that @phirestalker had to manually add a commit that was a year old to get it to compile. Given we don't mandate a version in Cmake for dlib, I assumed we are not checkpointing a specific version. As you have mentioned here, they are fixed in externals which I forgot. That explains why he had this problem. I suppose we should change the commit tag to at least this version.

from ozonebase.

phirestalker avatar phirestalker commented on July 2, 2024

ok I manually pulled down a later version, but as soon as I run the build script it pulls down the same old version which is not specified in .gitmodules. If the setting for what version to download is not in .gitmodules then where is it?

from ozonebase.

web2wire avatar web2wire commented on July 2, 2024

You should be able to update the submodules by following the process detailed in the answer given here (https://stackoverflow.com/questions/5828324/update-git-submodule-to-latest-commit-on-origin). The main thing is that unless you commit it to your branch then that change won't stick.

from ozonebase.

phirestalker avatar phirestalker commented on July 2, 2024

ok, I updated the submodules. I have bumped dlib to current master and bumped ffmpeg to release/3.1

I have updated the code to comply with the new ffmpeg version, but I am stumped by one error. I was wondering if I could get a little help.

the error is:
/Users/phire/ozonebase/server/src/processors/ozMatrixVideo.cpp:135:87: warning:pointer to a function used in arithmetic [-Wpointer-arith] const AVPixFmtDescriptor *interFormatDesc = av_pix_fmt_desc_get[mAVPixelFormat]; ^ /Users/phire/ozonebase/server/src/processors/ozMatrixVideo.cpp:135:87: error: cannot convert 'const AVPixFmtDescriptor* (*)(AVPixelFormat)' to 'const AVPixFmtDescriptor*' in initialization /Users/phire/ozonebase/server/src/processors/ozMatrixVideo.cpp:149:36: warning:comparison between signed and unsigned integer expressions [-Wsign-compare] for ( int i = 0; i < mProviderList.size(); i++ )

I was all set up to commit when I finished, but I am stumped with this error.

from ozonebase.

phirestalker avatar phirestalker commented on July 2, 2024

ok, my font is too small. I see what the problem is. They discontinued the call your code used and I changed to av_pix_fmt_desc_get which is a function and not an array. I could not see the difference between [ and ( with the small type on my screen.

from ozonebase.

phirestalker avatar phirestalker commented on July 2, 2024

finished
https://github.com/ozonesecurity/ozonebase/pull/153

from ozonebase.

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.