diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2003-04-15 22:29:37 +0000 |
---|---|---|
committer | Roman Shaposhnik <roman@shaposhnik.org> | 2003-04-15 22:29:37 +0000 |
commit | 6e023978cf10de75eb8cb20d79b91f721fb7662a (patch) | |
tree | ef2b00785b6ee508afb5f8e692b86a6292b08bca /tests/Makefile | |
parent | deabd4fdde195c65362f3e3bb27a5fef38fabc26 (diff) | |
download | ffmpeg-6e023978cf10de75eb8cb20d79b91f721fb7662a.tar.gz |
Changes for SPARC/Solaris compatibility. Now it should be possible to
build and test ffmpeg on SPARC/Solaris 8+ out of the box.
Originally committed as revision 1778 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 82c671e699..2508456ac2 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -73,4 +73,4 @@ dsptest: dsptest.c $(DSPDEPS) clean: rm -rf vsynth1 vsynth2 data - rm -f asynth1.sw *~ audiogen videogen + rm -f asynth1.sw *~ audiogen videogen rotozoom tiny_psnr |