Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
f5bcd007
Commit
f5bcd007
authored
Jan 09, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: Fix compilation of libprojectM
parent
3d04e035
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
extras/contrib/src/Patches/libprojectM-win32.patch
extras/contrib/src/Patches/libprojectM-win32.patch
+25
-0
No files found.
extras/contrib/src/Patches/libprojectM-win32.patch
View file @
f5bcd007
...
...
@@ -174,3 +174,28 @@ diff -ruN libprojectM.new/Renderer/Renderer.cpp libprojectM/Renderer/Renderer.cp
draw_title_to_screen(false);
if (this->showhelp % 2)
draw_help();
diff -ruN libprojectM/RandomNumberGenerators.hpp libprojectM.new/RandomNumberGenerators.hpp
--- libprojectM/RandomNumberGenerators.hpp 2009-12-01 07:38:42.000000000 +0100
+++ libprojectM.new/RandomNumberGenerators.hpp 2010-01-09 01:09:38.000000000 +0100
@@ -4,6 +4,7 @@
#include <vector>
#include <cassert>
#include <iostream>
+#include <stdlib.h>
#define WEIGHTED_RANDOM_DEBUG 0
diff -ruN libprojectM/Renderer/TextureManager.cpp libprojectM.new/Renderer/TextureManager.cpp
--- libprojectM/Renderer/TextureManager.cpp 2010-01-09 01:16:11.000000000 +0100
+++ libprojectM.new/Renderer/TextureManager.cpp 2010-01-09 01:03:59.000000000 +0100
@@ -30,6 +30,10 @@
#include "IdleTextures.hpp"
+#include <stdio.h>
+#include <stdlib.h>
+#include <time.h>
+
TextureManager::TextureManager(const std::string _presetURL): presetURL(_presetURL)
{
Write
Preview
Markdown
is supported
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