Open
Bug 1223337
Opened 9 years ago
Updated 2 years ago
Move VPX_AS_CONVERSION in media/libvpx/Makefile.in to GENERATED_FILES
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: ted, Unassigned)
References
(Blocks 1 open bug)
Details
This Makefile uses a perl script to translate assembly syntax:
https://dxr.mozilla.org/mozilla-central/rev/e2a910c048dc82fc3be53475f18e7f81f03e377b/media/libvpx/Makefile.in#20
This should be doable with GENERATED_FILES, using a Python script to invoke the Perl script.
Comment 1•9 years ago
|
||
FYI, chromium does it with this:
https://chromium.googlesource.com/chromium/src/+/master/third_party/libvpx_new/ads2gas.gypi
and android with this:
https://android.googlesource.com/platform/external/libvpx/+/master/libvpx-asm-translation.mk
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•