Giter Club home page Giter Club logo

Comments (4)

RBogie avatar RBogie commented on May 22, 2024

Haven't experienced this crash myself. It probably is something OSX specific since I never had the chance of testing on OSX. With a lot of trouble I only managed to compile.

The next time I have OSX available again, I will try to debug it

from gdx-video.

maximiliancsuk avatar maximiliancsuk commented on May 22, 2024

Thanks a lot for looking into it! I figured it would be Mac specific. :(

Are there any instructions how to build the lib? I'd try myself, but without documentation I'm a bit lost.

from gdx-video.

RBogie avatar RBogie commented on May 22, 2024

Good question. I was looking in the repository, but for some reason, the build-ffmpeg-macosx*.xml files are missing. If you feel adventurous, you can do the following:

in build-ffmpeg.xml you can see how first ffmpeg is downloaded and unpacked. You can do this manually in a folder.

The steps will be as follows:

  1. Download/unpack ffmpeg as can be seen in build-ffmpeg.xml
  2. Configure and compile ffmpeg library as seen in the build-ffmpeg-linux64.xml file (You might need some small adjustments for the arguments to configure).
  3. Put the resulting libraries in the correct folder (You can see the folder in which they are expected in build-macosx64.xml)
  4. Build the jni library by using ant -f build-macosx64.xml
  5. Manually put it in gdx-video-desktop-natives.jar

Good luck!

from gdx-video.

maximiliancsuk avatar maximiliancsuk commented on May 22, 2024

I tried but failed miserably :( It seems my homebrew installed libraries get in the way of a clean compilation... I might try another time, but I'm not sure if I can do it.

It'd be awesome if somebody else tries and succeeds! 🥇

from gdx-video.

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.