diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-09-03 22:46:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-03 23:23:40 +0200 |
commit | c868219c9accf267a21792111e186b3dd0b7a0ab (patch) | |
tree | bf30c59fb1c6b08d3b291cf28b72162eda6d07e3 /libavcodec/Makefile | |
parent | e6dc0da504c80d8dd0ed45f0d0b2c8b730eae54a (diff) | |
download | ffmpeg-c868219c9accf267a21792111e186b3dd0b7a0ab.tar.gz |
lavc: put motion test back.
While not that usefull, we can as well keep it until it breaks.
When it breaks for whatever reason ill likely remove it
Sorry for the revert spam, i had not realized this code compiles
and works fine.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 50120f84c1..ae2efb6e5e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -780,6 +780,7 @@ TESTPROGS = cabac \ raw \ snowenc \ +TESTPROGS-$(HAVE_MMX) += motion TESTOBJS = dctref.o HOSTPROGS = aac_tablegen \ |