-
Notifications
You must be signed in to change notification settings - Fork 267
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
[mingw32] ffmpeg #2360
Comments
This error was discussed in another thread: I ran my last build on Dec 17 and 32b FFmpeg compiled fine, but now I'm getting the same error, so I assume that one of the latest commits is the reason. I suspect that one of the libx264 commits from Jan 4 caused this issue. |
Side question. Why are you compiling 32 bit ffmpeg? Asking this because some upstream projects are removing 32 bit support. |
(like LigH-de pointed out) the 'Dropping support of 32-bit build' is the wrong place for a bug report, which is why I posted a new thread. I compile it to use with Avisynth 32bit. Sadly, there are a bunch of filters which are available for Avisynth 32bit and not 64bit. |
I submitted a patch a while ago for this https://patchwork.ffmpeg.org/project/ffmpeg/patch/[email protected]/, seems to be an issue between the compiler's |
could that patch be applied to the build script to that things work again? |
Right now testing it locally before I push the commit |
thanks :) |
pushed 7ce4160 |
Could you also check that the patch gets applied when compilng ffmpeg for mplayer?
|
Ah, forgot to add it for mplayer, pushed new commit |
thanks 👍 |
@1480c1 Thank you for pushing the new commit and sorry for replying in a closed thread, but I just tried to compile the 32b tools (after compiling 64b tools without any issues), but I'm still getting the error that the OP posted (see below). I guess I'm doing something wrong, but I can't figure out what. I will be grateful if anyone has an idea.
|
Can't help you much without any logs, but check to make sure that you have pulled the latest commits |
Yeah, I'm stupid, for some reason I thought you pushed a commit to the x264 branch, not the m-ab_s branch... Bad brain fart... I'm sorry. EDIT: So now all the 32b apps obviously got successfully build. Thanks! |
The text was updated successfully, but these errors were encountered: