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

ffmpeg: Generate and install pdb files when in debug or debug-optimized configuration #1165

Merged
merged 4 commits into from
Dec 7, 2023

Conversation

AlessandroBono
Copy link
Contributor

@AlessandroBono AlessandroBono commented Dec 6, 2023

This mimics what we do for x264.

Otherwise -Zi is not recognized at all:
```
./configure: line 889: -Zi: command not found
```

This mimics what we do for x264. Keep the FIXME for now since -Zi
it still gets overridden in favor of -Z7:
```
cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
```
We don't quote the other encoders. Don't do it for consistency.
@danyeaw
Copy link
Member

danyeaw commented Dec 7, 2023

Thanks!

@danyeaw danyeaw merged commit 5b13ab8 into wingtk:main Dec 7, 2023
12 checks passed
@AlessandroBono AlessandroBono deleted the wip/abono/ffmpeg-pdb branch December 11, 2023 10:08
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.

None yet

2 participants