h264dsp_mmx: place bracket outside #if/#endif block.

Should fix compile on systems missing yasm/nasm.
This commit is contained in:
Ronald S. Bultje 2011-05-10 08:39:38 -04:00
parent ecc297308f
commit 86b29553f8
1 changed files with 1 additions and 1 deletions

View File

@ -379,6 +379,6 @@ void ff_h264dsp_init_x86(H264DSPContext *c, const int bit_depth)
}
}
}
}
#endif
}
}