]> git.sesse.net Git - ffmpeg/commit
tests: don't include TARGET_PATH in the sample path needlessly
authorHendrik Leppkes <h.leppkes@gmail.com>
Wed, 3 Apr 2019 22:17:43 +0000 (00:17 +0200)
committerHendrik Leppkes <h.leppkes@gmail.com>
Fri, 19 Apr 2019 14:24:14 +0000 (16:24 +0200)
commita87774636b870ee1888bec24327062baf4841ea0
treea47c66b8491ece36bdbc83e6a7f944205618b531
parenta24a1523e8d7f13e244c5f11e3a9e0cfd6998cfa
tests: don't include TARGET_PATH in the sample path needlessly

The transcode() helper function will already prepend the TARGET_PATH to
the sample path, if its a relative path. This avoids an issue on
Windows, where the relative path check could fail.
tests/fate/ffmpeg.mak