diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-13 02:09:19 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-13 13:27:15 +0200 |
commit | 191c5f8ff33eb995b6dbc5b11af7c1a79f8381f0 (patch) | |
tree | 6dd2a263ecbf87e6b57e917ec0ca7fbd639dd0cb /tests/fate-run.sh | |
parent | 2c4d7bf0083fc79a144ffed84200412cbf3f603c (diff) | |
download | ffmpeg-191c5f8ff33eb995b6dbc5b11af7c1a79f8381f0.tar.gz |
build: move tests/seek_test.c to libavformat and reuse generic build rules
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 10497c497e..4121035853 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -104,7 +104,7 @@ seektest(){ file=$(echo tests/data/$d/$file) ;; esac - $target_exec $target_path/tests/seek_test $target_path/$file + $target_exec $target_path/libavformat/seek-test $target_path/$file } mkdir -p "$outdir" |