mirror of https://git.ffmpeg.org/ffmpeg.git
* added dependency on dsputil_mmx_rnd.h for dsputil test
Originally committed as revision 627 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ff9657069a
commit
5845431a86
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue