mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 07:52:51 +02:00
- attempt to get static linking working for libvlc
This commit is contained in:
@@ -160,6 +160,11 @@ void VideoPlayer::PlayVideo() {
|
||||
std::vector<const char *> vlc_argv;
|
||||
vlc_argv.push_back("--no-xlib" /* tell VLC to not use Xlib */);
|
||||
vlc_argv.push_back("--no-video-title-show");
|
||||
#if defined(LIBVLC_VERSION_PRE_2)
|
||||
string fullPluginsParam = "--plugin-path=" + pluginsPath;
|
||||
vlc_argv.push_back(fullPluginsParam.c_str());
|
||||
#endif
|
||||
|
||||
#if defined(LIBVLC_VERSION_PRE_2) && defined(LIBVLC_VERSION_PRE_1_1_13)
|
||||
char clock[64], cunlock[64], cdata[64];
|
||||
char cwidth[32], cheight[32], cpitch[32];
|
||||
|
Reference in New Issue
Block a user