Motor Shield and enableIRIn() conflict?

I am making an RC car. Everything works on its own, but the motor shield and the IRremote/library won't work together.

specifically, when i use the line :

enableIRIn();

my motors (using the motor shield) do not function. Does anyone know a fix for this? I will post code if needed