Commit 8922866a authored by reimar's avatar reimar

Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4575 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent aa30cc60
...@@ -2564,9 +2564,9 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx) ...@@ -2564,9 +2564,9 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
c->idct_add= ff_idct_xvid_mmx_add; c->idct_add= ff_idct_xvid_mmx_add;
c->idct = ff_idct_xvid_mmx; c->idct = ff_idct_xvid_mmx;
} }
}
#endif #endif
} }
}
#ifdef CONFIG_ENCODERS #ifdef CONFIG_ENCODERS
c->get_pixels = get_pixels_mmx; c->get_pixels = get_pixels_mmx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment