qt_avplay: avoid deprecated Xml_node methods

Besides replacing deprecated API calls, this patch also adds the 'base'
library to the target's LIBS (which is mandated by the change of issue
genodelabs/genode#3758) and changes the URL of the example mediafile
to a working one.

Issue genodelabs/genode#3755
This commit is contained in:
Norman Feske
2020-05-13 14:08:42 +02:00
parent b3fb51eb6f
commit 9bb7bfdb08
5 changed files with 24 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ build $build_components
# Download media file
#
set media_url "ftp://ftp.untergrund.net/users/ae/dhstv/escape-chotro.mp4"
set media_url "http://os.inf.tu-dresden.de/~nf2/povray/blob.mpg"
if {![file exists bin/mediafile]} {
puts "downloading media file from $media_url"
catch { exec wget -O bin/mediafile $media_url }