summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-09-03 22:46:19 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-09-03 23:23:40 +0200
commitc868219c9accf267a21792111e186b3dd0b7a0ab (patch)
treebf30c59fb1c6b08d3b291cf28b72162eda6d07e3 /libavcodec/Makefile
parente6dc0da504c80d8dd0ed45f0d0b2c8b730eae54a (diff)
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/Makefile1
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 \