projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec444c8
)
fate: fix ENCMUX macro
author
Mans Rullgard
<mans@mansr.com>
Tue, 23 Oct 2012 02:23:43 +0000
(
03:23
+0100)
committer
Mans Rullgard
<mans@mansr.com>
Tue, 23 Oct 2012 10:12:24 +0000
(11:12 +0100)
This matches how it is actually being called.
Signed-off-by: Mans Rullgard <mans@mansr.com>
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index 5fd1a3c608d241586e3cba7866d78543edfb00bf..8bc2b410e5e39ab4504d29a83c98d91ee1c668e1 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-34,7
+34,7
@@
ENCDEC2 = $(call ALLYES, $(firstword $(1))_ENCODER $(lastword $(1))_DECODER \
$(firstword $(3))_MUXER $(lastword $(3))_DEMUXER)
DEMDEC = $(call ALLYES, $(1)_DEMUXER $(2:%=%_DECODER))
-ENCMUX = $(call ALLYES, $(
2:%=%_ENCODER) $(1
)_MUXER)
+ENCMUX = $(call ALLYES, $(
1:%=%_ENCODER) $(2
)_MUXER)
include $(SRC_PATH)/tests/fate/acodec.mak
include $(SRC_PATH)/tests/fate/vcodec.mak