Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Testicular Slingshot
Alchemy Viewer
Commits
4b8ca446
Commit
4b8ca446
authored
Feb 23, 2020
by
Rye Mutt
🍞
Browse files
Update windows libvlc to 3.0.8
parent
6e102a69
Changes
2
Hide whitespace changes
Inline
Side-by-side
autobuild.xml
View file @
4b8ca446
...
...
@@ -2918,7 +2918,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>
vlc-bin
</key>
<map>
<key>
copyright
</key>
<string>
Copyright (C) 1998-20
16
VLC authors and VideoLAN
</string>
<string>
Copyright (C) 1998-20
20
VLC authors and VideoLAN
</string>
<key>
license
</key>
<string>
GPL2
</string>
<key>
license_file
</key>
...
...
@@ -2956,11 +2956,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
05a4adbea67c24b058485570cc7fbeb8
</string>
<string>
3ff1d097e4f9b8f864a639aff974a506
</string>
<key>
hash_algorithm
</key>
<string>
md5
</string>
<key>
url
</key>
<string>
https://
depot
.alchemyviewer.org/
pub/windows/lib-vc142/vlc_bin-2.2.8.201712260144-windows-201712260144
.tar.bz2
</string>
<string>
https://
pkg
.alchemyviewer.org/
repository/autobuild-external/vlc-bin/windows/vlc_bin-3.0.8.189-windows-189
.tar.bz2
</string>
</map>
<key>
name
</key>
<string>
windows
</string>
...
...
@@ -2970,18 +2970,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
b
bf6d7dd58b6482d2e9d34a961ffc667
</string>
<string>
b
890b109b526cc6ad211eadefed83316
</string>
<key>
hash_algorithm
</key>
<string>
md5
</string>
<key>
url
</key>
<string>
https://
depot
.alchemyviewer.org/
pub/windows64/lib-vc142/vlc_bin-2.2.8.201712260141-windows64-201712260141
.tar.bz2
</string>
<string>
https://
pkg
.alchemyviewer.org/
repository/autobuild-external/vlc-bin/windows64/vlc_bin-3.0.8.189-windows64-189
.tar.bz2
</string>
</map>
<key>
name
</key>
<string>
windows64
</string>
</map>
</map>
<key>
version
</key>
<string>
2.2.8.201712260144
</string>
<string>
3.0.8.189
</string>
</map>
<key>
xmlrpc-epi
</key>
<map>
...
...
indra/media_plugins/libvlc/media_plugin_libvlc.cpp
View file @
4b8ca446
...
...
@@ -34,6 +34,8 @@
#include
"llpluginmessageclasses.h"
#include
"media_plugin_base.h"
#define ssize_t SSIZE_T
#include
"vlc/vlc.h"
#include
"vlc/libvlc_version.h"
...
...
@@ -318,7 +320,7 @@ void MediaPluginLibVLC::logCallback(void *data, int level, const libvlc_log_t *c
//
void
MediaPluginLibVLC
::
playMedia
()
{
if
(
mURL
.
length
()
==
0
)
if
(
mURL
.
length
()
==
0
||
mWidth
==
0
||
mHeight
==
0
)
{
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment