Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
f227739a
Commit
f227739a
authored
Sep 23, 2011
by
Rafaël Carré
Committed by
Jean-Baptiste Kempf
Sep 23, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win64: try to fix Cmake on Win64
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
aeb72005
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
extras/contrib/src/Distributions/win64.mak
extras/contrib/src/Distributions/win64.mak
+2
-2
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+6
-1
No files found.
extras/contrib/src/Distributions/win64.mak
View file @
f227739a
...
...
@@ -8,8 +8,8 @@ all: .iconv .intl .freetype .fribidi .zlib \
.dca .kate .libass .SDL_image
\
.libbluray .dvdcss .libupnp .dvdnav .qt4_win32
\
.dx_headers .dshow_headers .portaudio .gecko
\
.lua .peflags
# .libprojectM
.tag .sqlite3 ## FIXME: these need working cmake
.lua .peflags
.sqlite3 .tag
# .libprojectM
# .pthreads
#.zvbi \
# .fluid
...
...
extras/contrib/src/contrib-src.mak
View file @
f227739a
...
...
@@ -2233,8 +2233,13 @@ ifdef HAVE_CYGWIN
patch
-p0
< Patches/taglib-cygwin.patch
endif
ifdef
HAVE_WIN64
TAGLIB_CMAKE_OPTS
=
-DCMAKE_SYSTEM_NAME
=
Generic
else
TAGLIB_CMAKE_OPTS
=
endif
.tag
:
taglib
(
cd
$<
;
$(HOSTCC)
CPPFLAGS
=
"
$(CPPFLAGS)
"
cmake
.
-DCMAKE_TOOLCHAIN_FILE
=
../../toolchain.cmake
-DCMAKE_INSTALL_PREFIX
=
$(PREFIX)
-DENABLE_STATIC
:BOOL
=
ON
-DWITH_ASF
:BOOL
=
ON
-DWITH_MP4
:BOOL
=
ON
&&
make
&&
make
install
)
(
cd
$<
;
$(HOSTCC)
CPPFLAGS
=
"
$(CPPFLAGS)
"
cmake
.
-DCMAKE_TOOLCHAIN_FILE
=
../../toolchain.cmake
-DCMAKE_INSTALL_PREFIX
=
$(PREFIX)
-DENABLE_STATIC
:BOOL
=
ON
-DWITH_ASF
:BOOL
=
ON
-DWITH_MP4
:BOOL
=
ON
$(TAGLIB_CMAKE_OPTS)
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
...
...
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