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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user