diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-12 23:50:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-12 23:50:48 +0000 |
commit | a6f6b237e22bf4ffcd6c1f0d3149825417287d94 (patch) | |
tree | e7f038a31f4965fd0d92cf40ba6aeff16d4abb0b /libswscale/yuv2rgb_altivec.c | |
parent | 315c741d3d215f2861fb356dd0ba8637b6019127 (diff) | |
download | ffmpeg-a6f6b237e22bf4ffcd6c1f0d3149825417287d94.tar.gz |
typos
Originally committed as revision 26228 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/yuv2rgb_altivec.c')
-rw-r--r-- | libswscale/yuv2rgb_altivec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/yuv2rgb_altivec.c b/libswscale/yuv2rgb_altivec.c index ebc9a64974..d760c81bdd 100644 --- a/libswscale/yuv2rgb_altivec.c +++ b/libswscale/yuv2rgb_altivec.c @@ -52,7 +52,7 @@ GL libraries seem to be very slow on this machine 1.33Ghz PB running Jaguar, this is not the case for my 1Ghz PB. I thought it might be - a versioning issues, however i have libGL.1.2.dylib for both + a versioning issues, however I have libGL.1.2.dylib for both machines. ((We need to figure this out now)) GL2 libraries work now with patch for RGB32 |