Browse Source

fate: Change the probe-format refs to match the final text format committed.

tags/n0.11
Alex Converse 13 years ago
parent
commit
fa8fc3b73a
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      tests/fate/probe.mak

+ 4
- 4
tests/fate/probe.mak View File

@@ -1,14 +1,14 @@
FATE_PROBE_FORMAT += fate-probe-format-roundup997
fate-probe-format-roundup997: REF = mpeg
fate-probe-format-roundup997: REF = format_name=mpeg

FATE_PROBE_FORMAT += fate-probe-format-roundup1383
fate-probe-format-roundup1383: REF = mp3
fate-probe-format-roundup1383: REF = format_name=mp3

FATE_PROBE_FORMAT += fate-probe-format-roundup1414
fate-probe-format-roundup1414: REF = mpeg
fate-probe-format-roundup1414: REF = format_name=mpeg

FATE_PROBE_FORMAT += fate-probe-format-roundup2015
fate-probe-format-roundup2015: REF = dv
fate-probe-format-roundup2015: REF = format_name=dv

FATE_TESTS += $(FATE_PROBE_FORMAT)
fate-probe-format: $(FATE_PROBE_FORMAT)


Loading…
Cancel
Save