[mythtv] One line fix for gcc 3.4.1 (mythvideo)

Brandon Beattie brandon+myth at linuxis.us
Fri Aug 20 11:23:40 EDT 2004


While trying Myth with gcc 3.4.1, there was a problem compiling
mythvideo plugin.  

videogallery.cpp:248: error: `ceilf' undeclared (first use this function)

This can be fixed by adding 

#include <math.h> 

to mythvideo/videogallery.cpp . 

I did notice about a 7% increase performance in decoding video with gcc
3.4.1, which is good news.  I can finally decode 1080i in software again
with almost no stuttering.

-- 


More information about the mythtv-dev mailing list