diff options
author | Mans Rullgard <mans@mansr.com> | 2011-05-18 17:13:15 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-05-18 20:21:27 +0100 |
commit | f907ad9b85d5e08e4a024e24734181940cd4fc48 (patch) | |
tree | ab555f68243e0487d555fc0fb5fcb14a64780cf6 | |
parent | 164c24c858047f304a81278615409503c6a7da17 (diff) | |
download | ffmpeg-f907ad9b85d5e08e4a024e24734181940cd4fc48.tar.gz |
Remove unused make variable SEEK_REFFILE
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -180,7 +180,6 @@ check: test checkheaders fulltest test: codectest lavftest lavfitest seektest FFSERVER_REFFILE = $(SRC_PATH)/tests/ffserver.regression.ref -SEEK_REFFILE = $(SRC_PATH)/tests/seek.regression.ref codectest: fate-codec lavftest: fate-lavf |