From: Zdenek Kabelac Date: Wed, 29 May 2002 20:55:16 +0000 (+0000) Subject: * added dependency on dsputil_mmx_rnd.h for dsputil test X-Git-Tag: v0.5~17671 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5845431a860dc319d165c0ad9a794ddebc611d1f;p=platform%2Fupstream%2Flibav.git * added dependency on dsputil_mmx_rnd.h for dsputil test Originally committed as revision 627 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/tests/Makefile b/tests/Makefile index 2c4762d..e39eda7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -38,6 +38,7 @@ audiogen: audiogen.c DSPDEPS = $(SRC_PATH)/libavcodec/i386/dsputil_mmx.c \ $(SRC_PATH)/libavcodec/i386/dsputil_mmx_avg.h \ + $(SRC_PATH)/libavcodec/i386/dsputil_mmx_rnd.h \ $(SRC_PATH)/libavcodec/i386/fdct_mmx.c \ $(SRC_PATH)/libavcodec/i386/idct_mmx.c \ $(SRC_PATH)/libavcodec/i386/motion_est_mmx.c \