#2820 closed enhancement (fixed)
New package: liboil
Reported by: | willimm | Owned by: | Randy McMurchy |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Description: Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).
Why: Needed for gst-plugins-base.
Proposed category: Ch8: General libs
Deps:
Required:
- Glib2
Optional:
- Gtk-Doc
Homepage: http://liboil.freedesktop.org/wiki/
Latest version: 0.3.15
Compilation instructions:
Run ./configure --prefix=/usr && make and as root, run make install.
Change History (6)
comment:1 by , 16 years ago
Type: | task → enhancement |
---|
by , 16 years ago
Attachment: | liboil.patch added |
---|
comment:2 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I added the package to the book. I'm keeping this ticket open because the originator of this ticket says that GLib is required, yet Wayne's patch put it optional.
I'd like this resolved before the ticket is closed.
And thanks a bunch for sending in the patch, Wayne.
comment:3 by , 16 years ago
Randy, I just pulled glib from my system and compiled liboil, it compiled without a problem. I then reinstalled glib and compiled liboil again, and comparing the compile logs clearly shows that liboil does not attempt to compile against glib if configure does not find it. Therefore glib is optional.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for checking this out, Guy. Closing the ticket.
New liboil page patch