summaryrefslogtreecommitdiff
path: root/tests/fate/opus.mak
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-03 10:28:38 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-03 10:43:14 +0200
commitad7de82218e9ee2232e53ab49cda85767cf800e5 (patch)
tree2ce21d11276c86a613d4fc66bb808573212147f2 /tests/fate/opus.mak
parent4e3fe65610c991e547f1103978040dbfb323d891 (diff)
Fix fate-opus and fate-aac-ln-encode with --target-path.
Diffstat (limited to 'tests/fate/opus.mak')
-rw-r--r--tests/fate/opus.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/opus.mak b/tests/fate/opus.mak
index 8470e64e04..b13d86c138 100644
--- a/tests/fate/opus.mak
+++ b/tests/fate/opus.mak
@@ -15,7 +15,7 @@ define FATE_OPUS_TEST
FATE_OPUS += fate-opus-$(1)
FATE_OPUS$(2) += fate-opus-$(1)
fate-opus-$(1): CMD = ffmpeg -i $(TARGET_SAMPLES)/opus/$(1).mka -f s16le -
-fate-opus-$(1): REF = $(TARGET_SAMPLES)/opus/$(1).dec
+fate-opus-$(1): REF = $(SAMPLES)/opus/$(1).dec
endef
$(foreach N,$(OPUS_CELT_SAMPLES), $(eval $(call FATE_OPUS_TEST,$(N),_CELT)))