Coder Social home page Coder Social logo

Comments (5)

transitive-bullshit avatar transitive-bullshit commented on June 3, 2024

The error looks like glfw isn't being found. Make sure it's installed properly.

Mac OS should build fine as it's been thoroughly tested. Not sure about Android.

from ffmpeg-gl-transition.

turengege avatar turengege commented on June 3, 2024

@crdesai25
This commit may help about Android. #16

from ffmpeg-gl-transition.

NCPatrick avatar NCPatrick commented on June 3, 2024

I'm having a similar issue in 'make' on High Sierra 10.13.5:

Undefined symbols for architecture x86_64:
  "_glfwCreateWindow", referenced from:
      _setup_gl in libavfilter.a(vf_gltransition.o)
  "_glfwDestroyWindow", referenced from:
      _uninit in libavfilter.a(vf_gltransition.o)
  "_glfwInit", referenced from:
      _init in libavfilter.a(vf_gltransition.o)
  "_glfwMakeContextCurrent", referenced from:
      _setup_gl in libavfilter.a(vf_gltransition.o)
      _blend_frame in libavfilter.a(vf_gltransition.o)
  "_glfwWindowHint", referenced from:
      _setup_gl in libavfilter.a(vf_gltransition.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [ffmpeg_g] Error 1

I know glfw is installed correctly.

==> Reinstalling glfw
==> Downloading https://homebrew.bintray.com/bottles/glfw-3.2.1.high_sierra.bottle.tar.gz
Already downloaded: /Users/patrickbrown/Library/Caches/Homebrew/glfw-3.2.1.high_sierra.bottle.tar.gz
==> Pouring glfw-3.2.1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/glfw/3.2.1: 14 files, 286.3KB

This is from the configure file:

385 --extra-ldsoflags=ELDFLAGS add ELDFLAGS to LDSOFLAGS [$LDSOFLAGS]
386 --extra-libs=ELIBS add ELIBS [$ELIBS]
387 --extra-libs='-lGLEW -lglfw'
388 --extra-version=STRING version string suffix []

I'm manually editing the file to insert the line --extra-libs='-lGLEW -lglfw'.

from ffmpeg-gl-transition.

turengege avatar turengege commented on June 3, 2024

@NCPatrick
hi
please use --extra-libs='-lGLEW -lglfw'. when ./configure.
edit the configure file at that line only affect the output of ./configure --help

from ffmpeg-gl-transition.

divysoni3 avatar divysoni3 commented on June 3, 2024

@crdesai25 @NCPatrick have u got the solution?

from ffmpeg-gl-transition.

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.