am 01248f0f: Merge change 23103 into eclair

Merge commit '01248f0f18b681b69745ad716deff78a7c9e9adc' into eclair-plus-aosp

* commit '01248f0f18b681b69745ad716deff78a7c9e9adc':
  Fixing the build.
This commit is contained in:
Andreas Huber
2009-08-28 08:44:39 -07:00
committed by Android Git Automerger

View File

@@ -96,7 +96,7 @@ static void playSource(OMXClient *client, const sp<MediaSource> &source) {
if (gReproduceBug == 1 && numFrames == 40) {
printf("seeking past the end now.");
options.setSeekTo(LONG_MAX);
options.setSeekTo(0x7fffffffL);
}
}