transitive-bullshit / ffmpeg-gl-transition

FFmpeg filter for applying GLSL transitions between video streams.
647 stars 125 forks source link

Mac compilation problem #32

Closed slacrey closed 5 years ago

slacrey commented 5 years ago

I use MAC notebook Execute the following code

./configure --prefix=/usr/local --enable-gpl --enable-nonfree --enable-libass \
  --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libtheora \
  --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 \
  --enable-libopus --enable-libxvid \
  --enable-opengl --enable-filter=gltransition --extra-libs='-lGLEW -lglfw'
make

Result

*** No rule to make target `libavfilter/vf_gltransition.c', needed by `libavfilter/vf_gltransition.o'.  Stop.
transitive-bullshit commented 5 years ago

This means that the file `vl_transition.c´isn't being found. If that symlink exists as in the readme directions, possibly see https://github.com/transitive-bullshit/ffmpeg-gl-transition/pull/26 for a workaround.