* added dependency on dsputil_mmx_rnd.h for dsputil test
authorZdenek Kabelac <kabi@informatics.muni.cz>
Wed, 29 May 2002 20:55:16 +0000 (20:55 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Wed, 29 May 2002 20:55:16 +0000 (20:55 +0000)
Originally committed as revision 627 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/Makefile

index 2c4762d..e39eda7 100644 (file)
@@ -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 \