Commit c01d444b authored by Guillaume Poirier's avatar Guillaume Poirier

one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go

Originally committed as revision 9280 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7c68b47b
......@@ -803,7 +803,7 @@ static inline vector unsigned char h264_deblock_mask ( register vector unsigned
register vector unsigned char mask; \
register vector unsigned char p1mask; \
register vector unsigned char q1mask; \
register vector char tc0vec; \
register vector unsigned char tc0vec; \
register vector unsigned char finaltc0; \
register vector unsigned char tc0masked; \
\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment