transitive-bullshit / ffmpeg-gl-transition

FFmpeg filter for applying GLSL transitions between video streams.
650 stars 126 forks source link

Update README.md #26

Closed minhazur-piash closed 5 years ago

minhazur-piash commented 6 years ago

Creating symbolic link of vf_gltransition.c in libavfilter using ln-s causes build process to stop with error "make: *** No rule to make target libavfilter/vf_gltransition.c', needed bylibavfilter/vf_gltransition.o'. Stop."

Better to copy vf_gltransition.c into libavfilter

transitive-bullshit commented 6 years ago

Interesting -- what platform are you experiencing this on?

I'm not opposed to making this change; I just want to understand why I haven't seen this before.

minhazur-piash commented 6 years ago

Hi, I am using mac with High Sierra. I am not sure about the exact reason either but copying instead of creating symbolic link helped me to get rid of that error. By the way, on mac without yasm and pkg-config build process will fail too.

transitive-bullshit commented 5 years ago

Finally got around to this -- thanks!!

minhazur-piash commented 5 years ago

Thanks, much appreciated.