Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
d4a1c6dc
Commit
d4a1c6dc
authored
Dec 01, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: fix glew rules on non-win32
parent
49bbc50c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
contrib/src/glew/rules.mak
contrib/src/glew/rules.mak
+1
-0
contrib/src/projectM/rules.mak
contrib/src/projectM/rules.mak
+0
-1
No files found.
contrib/src/glew/rules.mak
View file @
d4a1c6dc
...
...
@@ -14,6 +14,7 @@ ifdef HAVE_WIN32
$(APPLY)
$(SRC)
/glew/win32.patch
endif
$(MOVE)
cd
$@
&&
sed
-e
's/.$$//'
-iorig
config/config.guess
.glew
:
glew
cd
$<
&&
$(HOSTVARS)
CFLAGS
=
"
$(CFLAGS)
-DGLEW_STATIC"
$(MAKE)
...
...
contrib/src/projectM/rules.mak
View file @
d4a1c6dc
...
...
@@ -2,7 +2,6 @@
PROJECTM_VERSION
:=
2.0.1
PROJECTM_URL
:=
$(SF)
/projectm/
$(PROJECTM_VERSION)
/projectM-
$(PROJECTM_VERSION)
-Source
.tar.gz
# FIXME: glew build rules for non-Win32
ifdef
HAVE_WIN32
PKGS
+=
projectM
endif
...
...
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