Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
d12b9ae0
Commit
d12b9ae0
authored
Sep 15, 2007
by
Rémi Denis-Courmont
Browse files
OSD install fix from Hannes Domani
parent
34315944
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
d12b9ae0
...
...
@@ -739,7 +739,7 @@ package-win32-base-debug: package-win-common
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/osdmenu"
cp
$(srcdir)/share/osdmenu/*.*
"$(top_builddir)/vlc-${VERSION}/osdmenu"
for
dir
in
dvd
dvd/selected
dvd/unselect
dvd/selection
dvd/volume
default
default/selected
default/selection
default/volume;do
\
for
dir
in
dvd
dvd/selected
dvd/unselect
dvd/selection
dvd/volume
default
default/selected
default/selection
default/volume
minimal
;do
\
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir"
;
\
for
file
in
$(srcdir)/share/osdmenu/$${dir}/*.*;do
\
cp
$$file
"$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir"
||
true;
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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