Search found 3 matches
- Sun Apr 11, 2010 7:43 am
- Forum: ZoneMinder Hints & Tips
- Topic: Libjpeg-turbo 1.0 beta Released!
- Replies: 32
- Views: 36438
Forgive me if I'm misunderstanding you, but I get the sense that you were expecting that just installing the libjpeg-turbo RPM would automatically accelerate libjpeg. It doesn't work that way. For obvious reasons, the libjpeg-turbo RPM does not presume to overwrite the system's version of libjpeg ...
- Mon Mar 01, 2010 8:28 am
- Forum: ZoneMinder Hints & Tips
- Topic: Libjpeg-turbo 1.0 beta Released!
- Replies: 32
- Views: 36438
If you are building from the 0.0.90 source, then the default prefix is /opt/libjpeg-turbo, not /usr/local. I really discourage trying to install it in /usr. There are too many possible problems that might arise from doing that. One of the most prominent is that autotools has a default library path ...
- Mon Mar 01, 2010 1:41 am
- Forum: ZoneMinder Hints & Tips
- Topic: Libjpeg-turbo 1.0 beta Released!
- Replies: 32
- Views: 36438
0.0.90 is the same as 1.0.0 beta 1. It is common practice in open source development for beta versions to be numbered {last major release}.0.{very high number}. This is because packaging software generally doesn't know how to handle version numbers with letters, such as "1.0.0beta1". If there's a ...