Skip to content

Commit

Permalink
URL of testfile on Mediawiki has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
blinry committed Mar 14, 2017
1 parent 0f7f324 commit c25be34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/download_testfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if(NOT EXISTS ${CMAKE_BINARY_DIR}/video.mp4)
message("Downloading 3 MB test file, just a sec...")
file(DOWNLOAD https://upload.wikimedia.org/wikipedia/commons/0/07/Sintel_excerpt.OGG ${CMAKE_BINARY_DIR}/video.mp4 EXPECTED_MD5 be22cb1f83f6f3620d8048df12f9f52d)
file(DOWNLOAD https://upload.wikimedia.org/wikipedia/commons/6/64/Sintel_excerpt.ogv ${CMAKE_BINARY_DIR}/video.mp4 EXPECTED_MD5 be22cb1f83f6f3620d8048df12f9f52d)
endif()

0 comments on commit c25be34

Please sign in to comment.