DescriptionThese .gyp files get the libjpeg/cmykjpeg test working on Windows and Linux. The 3 issues with them are:
couldn't get non-direct paths to work on Windows
had to add '-ljpeg' for Unix
Altering the include_dirs variable in libjpeg.gyp got Windows compiling but broke the Unix version. In this case I believe the Unix build is getting confused between the installed libjpeg and the third_party one.
Patch Set 1 #Patch Set 2 : Incorporated lessons learned from ANGLE .gyp cleanup #Patch Set 3 : Minor changes to get Mac & Android compiling #Patch Set 4 : Fixed spaces in .gyp #
MessagesTotal messages: 3
|