Closed
Bug 758413
Opened 13 years ago
Closed 13 years ago
Move of jpeg to gkmedia breaks anything using JPEG_LIBS (which now refers to a library we don't build)
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla16
People
(Reporter: jesup, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
671 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Bug 750867 changed the library name of jpeg for windows, but missed one use of the old name in configure.in.
The old name was jpeg3250.lib, the new one is mozjpeg.lib (on non-windows I think it's always mozjpeg.lib)
See in configure.in (for mingw only):
MOZ_JPEG_LIBS='$(call EXPAND_LIBNAME_PATH,jpeg32$(VERSION_NUMBER),$(DEPTH)/media/libjpeg)'
This should be removed I think and just leave the default mozjpeg value. (Running check build now)
This showed up because webrtc used JPEG_LIBS in a makefile, and it had the old name.
Assignee | ||
Comment 1•13 years ago
|
||
The same goes for MOZ_PNG_LIBS I think.
Comment 2•13 years ago
|
||
(In reply to Randell Jesup [:jesup] from comment #0)
> This showed up because webrtc used JPEG_LIBS in a makefile, and it had the
> old name.
And that works ? Because if you include jpeg libs twice (once in webrtc and then once in gkmedia), that should break.
Reporter | ||
Comment 3•13 years ago
|
||
It appears to work, but I'll be removing webrtc's JPEG_LIBS mod from gkmedia (it was added to the gkmedia link because webrtc uses jpeg, but at the time jpeg was in xul, so we had to live with a second copy, at least temporarily). It was on the list to find a way to avoid duplicate copies, but with jpeg in gkmedia that's no longer an issue. We've spent a LOT of time dealing with fallout of the gkmedia split...
Updated•13 years ago
|
Attachment #626992 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Target Milestone: --- → mozilla16
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
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
•