BUG: Name space clash with libjpeg8
The function jpeg_mem_dest clashes with the new libjpeg8
We need to rename to something unique and in future avoid functions that start with jpeg
From our Foswiki project we use the convension of starting functions only used locally within same source file by an underscore _
So I will start this tradition in Motion and rename the two local jpeg functions to _jpeg.
Environment
| Motion version: |
3.2.11.1 |
| ffmpeg version: |
|
| Shared libraries: |
ffmpeg, mysql, postgresql |
| Server OS: |
|
--
KennethLavrsen - 22 Jan 2010
Follow up
Thanks to Guido Vollbeding for the accurate bug report and proposed solution
Fix record
Fixed in 3.2.12
Also checked into trunk