diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-23 14:57:11 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-23 14:57:11 +0000 |
commit | 9e8098e72a34d7c46518c30f3c3e785040fa9471 (patch) | |
tree | d44d1448b9b475f3ccc9a2f98c859f8e269b2132 /tests/Makefile | |
parent | ec9a41f57d3df89859a5eb9addd3f0de167909ba (diff) | |
download | ffmpeg-9e8098e72a34d7c46518c30f3c3e785040fa9471.tar.gz |
* a little bit extended dsptest also suports dsptestpic target
Originally committed as revision 569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index cb3b387c66..f5198d7040 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -39,6 +39,8 @@ audiogen: audiogen.c DSPDEPS = $(SRC_PATH)/libavcodec/i386/dsputil_mmx.c \ $(SRC_PATH)/libavcodec/i386/dsputil_mmx_avg.h +dsptestpic: dsptest.c $(DSPDEPS) + $(CC) -fPIC -DPIC -O4 -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavcodec/i386 -I$(SRC_PATH)/libavcodec/ -o $@ $< dsptest: dsptest.c $(DSPDEPS) $(CC) -O4 -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavcodec/i386 -I$(SRC_PATH)/libavcodec/ -o $@ $< |