Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #26

Merged

Conversation

minhazur-piash
Copy link
Contributor

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 by libavfilter/vf_gltransition.o'. Stop."

Better to copy vf_gltransition.c into libavfilter

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

Better to copy vf_gltransition.c into libavfilter
@transitive-bullshit
Copy link
Owner

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
Copy link
Contributor Author

minhazur-piash commented Sep 1, 2018

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 transitive-bullshit merged commit 909ec8f into transitive-bullshit:master Feb 23, 2019
@transitive-bullshit
Copy link
Owner

Finally got around to this -- thanks!!

@minhazur-piash
Copy link
Contributor Author

Thanks, much appreciated.

@minhazur-piash minhazur-piash deleted the patch-1 branch March 14, 2019 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants