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

Should fix compile on systems missing yasm/nasm.
pull/2/head
Ronald S. Bultje 14 years ago
parent ecc297308f
commit 86b29553f8
  1. 2
      libavcodec/x86/h264dsp_mmx.c

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

Loading…
Cancel
Save