On 11-04-13 04:34 PM, DRC wrote: > That's a bug, then. I don't really recommend building LJT from SVN > trunk, as that isn't necessarily stable. Does the 1.1.x branch do the > same thing?
1.1.x is fine: svn co https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo/branches/1.1.x cd 1.1.x && autoreconf -fiv && ./configure && make -j6 objdump -T .libs/libturbojpeg.so | grep YUV 0000000000036930 g DF .text 00000000000000b7 TURBOJPEG_1.1 TJBUFSIZEYUV 00000000000379b0 g DF .text 0000000000000032 TURBOJPEG_1.1 tjDecompressToYUV 0000000000038a20 g DF .text 000000000000003c TURBOJPEG_1.1 tjEncodeYUV But now doing the same for trunk also gives YUV which would make me question my sanity except that I had a libturbojpeg.so sitting here in front of me with timestamp of yesterday and the objdump turns up empty... -Nathan > > On 4/13/11 3:13 PM, Nathan Kidd wrote: >> On 11-04-13 04:01 PM, DRC wrote: >>> On 4/13/11 12:17 PM, Nathan Kidd wrote: >>>> Building a debug VGL isn't hard, roughly: >>>> - unpack libjpeg-turbo tarball >>>> - ./configure --with-jpeg8 >>> >>> NOTE: You don't need --with-jpeg8 to build VirtualGL, but you do need >>> --with-pic. >> >> Hmmm, yesterday I built libjpeg-turbo from SVN trunk and a plain >> ./configure left me without *YUV symbols, which the VGL HEAD required to >> link... >> >> -Nathan >> >> ------------------------------------------------------------------------------ >> Benefiting from Server Virtualization: Beyond Initial Workload >> Consolidation -- Increasing the use of server virtualization is a top >> priority.Virtualization can reduce costs, simplify management, and improve >> application availability and disaster protection. Learn more about boosting >> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev >> _______________________________________________ >> VirtualGL-Users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/virtualgl-users > > ------------------------------------------------------------------------------ > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > VirtualGL-Users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/virtualgl-users > ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ VirtualGL-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/virtualgl-users
