rv34: Drop now unnecessary dsputil dependencies

This commit is contained in:
Diego Biurrun
2013-01-18 23:58:47 +01:00
parent 79dad2a932
commit 82bd04b170
9 changed files with 26 additions and 24 deletions

View File

@@ -188,7 +188,7 @@ QPEL_FUNCS_SET (OP, 3, 2, OPT)
#endif /* HAVE_YASM */
av_cold void ff_rv40dsp_init_x86(RV34DSPContext *c, DSPContext *dsp)
av_cold void ff_rv40dsp_init_x86(RV34DSPContext *c)
{
#if HAVE_YASM
int mm_flags = av_get_cpu_flags();