Automatically generate media/ffvpx/config.h from FFmpeg configure script
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Tracking
()
People
(Reporter: jya, Unassigned)
References
Details
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
Per conversation with :kmoir, I'm going through untriaged bugs in her components and marking the ones which look to be enhancements/tasks with the enhancement severity to get them out of the triage queue.
If this incorrect, please remove the tag.
| Reporter | ||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
As filed this is definitely WONTFIX--we've removed all invocations of configure scripts for vendored third party projects because they're expensive to run and hard to integrate into the build. If maintaining these header files is time-consuming someone could look into running the ffmpeg configure script outside of the build system to generate them when updating the vendored copy of ffmpeg.
Comment 6•6 years ago
|
||
I'm going to go ahead and resolve this--we definitely wouldn't do this in the build system. If you want to do something at import time that automatically generates the checked-in files that would be fine. That bug can go in the Audio/Video component.
We have something similar for ICU where we build ICU at import time to generate the data file that we then commit:
https://dxr.mozilla.org/mozilla-central/source/intl/icu_sources_data.py
| Reporter | ||
Comment 7•6 years ago
|
||
we don't have to do this at build time.
right now it takes hours to craft those. so definitely want something automated
Updated•6 years ago
|
Description
•