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
3b802678
Commit
3b802678
authored
Sep 30, 2009
by
Geoffroy Couprie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build peflags in the contribs
parent
2b7b217e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
1 deletion
+15
-1
extras/contrib/src/Distributions/win32.mak
extras/contrib/src/Distributions/win32.mak
+1
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+13
-0
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-0
No files found.
extras/contrib/src/Distributions/win32.mak
View file @
3b802678
...
...
@@ -7,5 +7,5 @@ all: .iconv .intl .freetype .fribidi .zlib \
.dvdnav .dvbpsi .qt4_win32 .schroedinger .SDL_image
\
.dx_headers .dshow_headers .gecko-win32 .dca
\
.lua .tag .fontconfig .portaudio .kate .libass .zvbi
\
.fluid .aclocal
.fluid .aclocal
.peflags
# .daap .cddb .cdio .vcdimager
extras/contrib/src/Makefile
View file @
3b802678
...
...
@@ -2574,7 +2574,20 @@ xcb-util: xcb-util-$(XCB_UTIL_VERSION).tar.bz2
cd
$<
&&
make
install
touch
$@
# ***************************************************************************
# Peflags utility (Windows only)
# ***************************************************************************
peflags.c
:
$(WGET)
$(PEFLAGS_URL)
/
$@
.peflags
:
peflags.c
rm
-rf
peflags
mkdir
peflags
&&
mv
peflags.c peflags/
cd
peflags
&&
gcc peflags.c
-o
peflags
install
-d
$(PREFIX)
/bin
cd
peflags
&&
install
./peflags
$(PREFIX)
/bin
CLEAN_PKG
+=
peflags
# ***************************************************************************
# Some cleaning
# ***************************************************************************
...
...
extras/contrib/src/packages.mak
View file @
3b802678
...
...
@@ -238,3 +238,4 @@ XCB_UTIL_URL=$(XCB_URL)
LIBPROJECTM_VERSION
=
1.2.0
LIBPROJECTM_URL
=
$(SF)
/projectm/libprojectM/libprojectM-
$(LIBPROJECTM_VERSION)
/libprojectM-
$(LIBPROJECTM_VERSION)
.tar.bz2
LIBPROJECTM_SVN
=
https://projectm.svn.sourceforge.net/svnroot/projectm/trunk
PEFLAGS_URL
=
http://altair.videolan.org/~geal
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