TV Out and SD lib won't work together

TV Out stops working when I include SD.h in the project, somebody knows what can be happening?

EDIT: How could I show SD card information on TV?

TV Out probably hogs all the CPU time.

aarg:
TV Out probably hogs all the CPU time.

It hogs a lot of it, but I have other things running with it quite happily.
More likely that TVOut.h uses the same resources as SD.h.
It uses Pin 11 for sound, which is causing me problems.

Delta_G:
And SD uses SPI where pin 11 is the MOSI pin.

Yes. SPI is my problem too. Anyone know a work-around?