-
Notifications
You must be signed in to change notification settings - Fork 126
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
git apply ~/ffmpeg-gl-transition/ffmpeg.diff error #71
Comments
版本问题,需要手动打补丁 修改 Makefile 和 allfilters.c |
I met the problem too. First I try to modify libavfilter/Makefile at line 556 then 'libavfilter/allfilters.c' but still get the error msg |
git apply ~/ffmpeg-gl-transition/ffmpeg.diff error: patch failed: libavfilter/allfilters.c:357
error: libavfilter/allfilters.c: patch does not apply |
This project is from a few years ago, so I'm sure the diffs and some deps are out-of-date. With that being said, the same underlying technique can be applied with the latest |
It's still not working. I install ffmpeg with version tag |
modify ffmpeg.diff file can help you
|
请问您解决了这个问题了吗 |
请问如何打这个补丁 谢谢 |
修改了,但依然报错 |
can you solve this error? thanks |
你看下报错那两个文件,把需要的那两句加进去就行了,然后格式要一样. |
OBJS-$(CONFIG_GLTRANSITION_FILTER) += vf_gltransition.o |
是的,然后行数那里的格式也要保持一致 |
我这边添加了,格式行数也一致,却依然报一样的错误 |
你直接修改文件的话就不需要执行那个apply了 |
git apply ~/ffmpeg-gl-transition/ffmpeg.diff the smae error,who can repair this problem |
git apply ~/ffmpeg-gl-transition/ffmpeg.diff
error: 打补丁失败 libavfilter/allfilters.c:357
error:libavfilter/allfilters.c:补丁未应用
The text was updated successfully, but these errors were encountered: