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
a2a2275b
Commit
a2a2275b
authored
Jul 04, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: postfix directories with a slash in cp
parent
06091e17
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
contrib/src/directx/rules.mak
contrib/src/directx/rules.mak
+1
-1
contrib/src/fontconfig/rules.mak
contrib/src/fontconfig/rules.mak
+1
-1
contrib/src/gsm/rules.mak
contrib/src/gsm/rules.mak
+2
-2
contrib/src/live555/rules.mak
contrib/src/live555/rules.mak
+2
-2
contrib/src/lua/rules.mak
contrib/src/lua/rules.mak
+1
-1
contrib/src/vpx/rules.mak
contrib/src/vpx/rules.mak
+1
-1
No files found.
contrib/src/directx/rules.mak
View file @
a2a2275b
...
...
@@ -18,5 +18,5 @@ $(TARBALLS)/dxva2api.h:
.directx
:
directx-oss.tar.bz2 dxva2api.h .sum-directx
mkdir
-p
--
"
$(PREFIX)
/include"
tar
xvjf
$<
-C
"
$(PREFIX)
/include"
cp
$(TARBALLS)
/dxva2api.h
"
$(PREFIX)
/include"
cp
$(TARBALLS)
/dxva2api.h
"
$(PREFIX)
/include
/
"
touch
$@
contrib/src/fontconfig/rules.mak
View file @
a2a2275b
...
...
@@ -61,6 +61,6 @@ else
cd
$<
&&
$(MAKE)
install-exec
cd
$<
/fontconfig
&&
$(MAKE)
install-data
sed
-e
's%/usr/lib/libiconv.la%%'
-i
.orig
$(PREFIX)
/lib/libfontconfig.la
cp
$<
/fontconfig.pc
$(PREFIX)
/lib/pkgconfig
cp
$<
/fontconfig.pc
$(PREFIX)
/lib/pkgconfig
/
endif
touch
$@
contrib/src/gsm/rules.mak
View file @
a2a2275b
...
...
@@ -20,6 +20,6 @@ endif
.gsm
:
gsm
cd
$<
&&
$(HOSTVARS)
$(MAKE)
mkdir
-p
"
$(PREFIX)
/include/gsm"
"
$(PREFIX)
/lib"
cp
$<
/inc/gsm.h
"
$(PREFIX)
/include/gsm"
cp
$<
/lib/libgsm.a
"
$(PREFIX)
/lib"
cp
$<
/inc/gsm.h
"
$(PREFIX)
/include/gsm
/
"
cp
$<
/lib/libgsm.a
"
$(PREFIX)
/lib
/
"
touch
$@
contrib/src/live555/rules.mak
View file @
a2a2275b
...
...
@@ -54,12 +54,12 @@ endif
$<
/liveMedia/libliveMedia.a
\
$<
/UsageEnvironment/libUsageEnvironment.a
\
$<
/BasicUsageEnvironment/libBasicUsageEnvironment.a
\
"
$(PREFIX)
/lib"
"
$(PREFIX)
/lib
/
"
cp
\
$<
/groupsock/include/
*
.hh
\
$<
/groupsock/include/
*
.h
\
$<
/liveMedia/include/
*
.hh
\
$<
/UsageEnvironment/include/
*
.hh
\
$<
/BasicUsageEnvironment/include/
*
.hh
\
"
$(PREFIX)
/include"
"
$(PREFIX)
/include
/
"
touch
$@
contrib/src/lua/rules.mak
View file @
a2a2275b
...
...
@@ -57,6 +57,6 @@ endif
ifdef
HAVE_WIN32
cd
$<
&&
$(RANLIB)
"
$(PREFIX)
/lib/liblua.a"
mkdir
-p
--
"
$(PREFIX)
/lib/pkgconfig"
cp
$<
/etc/lua.pc
"
$(PREFIX)
/lib/pkgconfig"
cp
$<
/etc/lua.pc
"
$(PREFIX)
/lib/pkgconfig
/
"
endif
touch
$@
contrib/src/vpx/rules.mak
View file @
a2a2275b
...
...
@@ -78,7 +78,7 @@ endif
rm
-Rf
--
"
$(PREFIX)
/include/vpx/"
mkdir
-p
--
"
$(PREFIX)
/include/vpx/"
# Of course! Why the hell would it be listed or in make install?
cp
$<
/vpx/
*
.h
$<
/vpx_ports/
*
.h
"
$(PREFIX)
/include/vpx"
cp
$<
/vpx/
*
.h
$<
/vpx_ports/
*
.h
"
$(PREFIX)
/include/vpx
/
"
rm
-f
--
"
$(PREFIX)
/include/vpx/config.h"
$(RANLIB)
$<
/libvpx.a
# Of course! Why the hell would it be listed or in make install?
...
...
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