Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
bdb36c1b
Commit
bdb36c1b
authored
Feb 02, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: don't depend on headers available in mingw-w64
parent
521f4090
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
contrib/src/directx/rules.mak
contrib/src/directx/rules.mak
+2
-0
contrib/src/dshow/rules.mak
contrib/src/dshow/rules.mak
+2
-0
contrib/src/ffmpeg/rules.mak
contrib/src/ffmpeg/rules.mak
+2
-0
No files found.
contrib/src/directx/rules.mak
View file @
bdb36c1b
...
...
@@ -4,8 +4,10 @@ DX_HEADERS_URL := $(CONTRIB_VIDEOLAN)/directx-oss.tar.bz2
DXVA2_URL
:=
$(CONTRIB_VIDEOLAN)
/dxva2api.h
ifdef
HAVE_WIN32
ifndef
HAVE_MINGW_W64
PKGS
+=
directx
endif
endif
$(TARBALLS)/directx-oss.tar.bz2
:
$(
call
download,
$(DX_HEADERS_URL)
)
...
...
contrib/src/dshow/rules.mak
View file @
bdb36c1b
...
...
@@ -6,8 +6,10 @@ D2D_URL := http://nodeload.github.com/2of1/d2d1headers/tarball/master
# FIXME: ^ D2D not working
ifdef
HAVE_WIN32
ifndef
HAVE_MINGW_W64
PKGS
+=
dshow
endif
endif
$(TARBALLS)/dshow-headers-oss.tar.bz2
:
$(
call
download,
$(DSHOW_HEADERS_URL)
)
...
...
contrib/src/ffmpeg/rules.mak
View file @
bdb36c1b
...
...
@@ -69,7 +69,9 @@ endif
# Windows
ifdef
HAVE_WIN32
ifndef
HAVE_MINGW_W64
DEPS_ffmpeg
+=
directx
endif
FFMPEGCONF
+=
--target-os
=
mingw32
--enable-memalign-hack
FFMPEGCONF
+=
--enable-w32threads
\
--disable-bzlib
--disable-bsfs
\
...
...
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