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
ea62ad21
Commit
ea62ad21
authored
Nov 25, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: DxVA2 headers are now port of out dshow headers
parent
1cd93bd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+8
-2
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+3
-1
No files found.
extras/contrib/src/Makefile
View file @
ea62ad21
...
...
@@ -2171,11 +2171,17 @@ DISTCLEAN_PKG += win32-dx7headers.tgz
# *************************************************************************
dshow-headers.tgz
:
$(WGET)
$(DSHOW_HEADERS_URL)
.dshow_headers
:
dshow-headers.tgz
dxva2api.h
:
$(WGET)
$(DXVA2_URL)
.dshow_headers
:
dshow-headers.tgz dxva2api.h
(
cd
../include
;
tar
xzf ../src/
$<
)
(
cp
dxva2api.h ../include
)
touch
$@
CLEAN_FILE
+=
.dshow_headers
DISTCLEAN_PKG
+=
dshow-headers.tgz
DISTCLEAN_PKG
+=
dshow-headers.tgz
dxva2api.h
# ***************************************************************************
# libexpat
...
...
extras/contrib/src/packages.mak
View file @
ea62ad21
...
...
@@ -28,6 +28,7 @@ PENGUIN=http://ftp.penguin.cz/pub/users/utx/amr
GNU
=
ftp://ftp.gnu.org/gnu
SF
=
http://heanet.dl.sourceforge.net/sourceforge
VIDEOLAN
=
http://downloads.videolan.org/pub/videolan
CONTRIB_VIDEOLAN
=
http://downloads.videolan.org/pub/videolan/testing/contrib
LIBAMR_NB_VERSION
=
7.0.0.0
LIBAMR_NB
=
$(PENGUIN)
/amrnb-
$(LIBAMR_NB_VERSION)
.tar.bz2
LIBAMR_WB_VERSION
=
7.0.0.2
...
...
@@ -243,6 +244,7 @@ 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
PEFLAGS_URL
=
$(CONTRIB_VIDEOLAN)
SQLITE_VERSION
=
3.6.20
SQLITE_URL
=
http://www.sqlite.org/sqlite-amalgamation-
$(SQLITE_VERSION)
.tar.gz
DXVA2_URL
=
$(CONTRIB_VIDEOLAN)
/dxva2api.h
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