Closed
Bug 870076
Opened 12 years ago
Closed 10 years ago
Move ASFILES to moz.build: media/libvpx/Makefile.in
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: joey, Unassigned)
References
(Blocks 1 open bug)
Details
Phase 2 conversion: media/libvpx/Makefile.in
VPX_ASFILES
VPX_CONVERTD_ASFILES
VPX_ASM_ENC_OFFSETS_SRCS
VPX_ASM_COM_OFFSETS_SRCS
AS=$(VPX_AS)
ASFLAGS=$(FPX_ASFLAGS) -I. -I[...]
ifdef VPX_AS_CONVERSION
Collecting all the VPX* variables together and assigning them within a separate conditional should make it easier to follow the file lists.
Comment 1•10 years ago
|
||
This was resolved by bug 918550, I think.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•