]> git.sesse.net Git - ffmpeg/commit
fate: fix partial run when no samples path is specified
authorMans Rullgard <mans@mansr.com>
Sun, 3 Apr 2011 22:12:16 +0000 (23:12 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 3 Apr 2011 22:16:45 +0000 (23:16 +0100)
commit906fd03070c7dc39b4c937befa2c3559bccf7ba7
treebdf4d6a0a454e1a7456de4deb3b43bb9ec09461e
parentf7653904c8a136787d9dda97a02aecfe1746a465
fate: fix partial run when no samples path is specified

This restores the behaviour of running only the builtin
regression tests when no path to external samples is given.
aa3805a inadvertently broke this by always setting SAMPLES
to something.  Using := makes the ifdef test work as expected
when the FATE_SAMPLES environment variable is empty.

Signed-off-by: Mans Rullgard <mans@mansr.com>
configure