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
ec81311c
Commit
ec81311c
authored
Aug 24, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blind attempt to fix the OS X builds
More to come as soon as I'm returned from work. Meaning, in 12 hours.
parent
2c364f7a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.am
Makefile.am
+1
-1
projects/macosx/framework/Pre-Compile.sh
projects/macosx/framework/Pre-Compile.sh
+1
-1
No files found.
Makefile.am
View file @
ec81311c
...
...
@@ -642,7 +642,7 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
$(INSTALL)
-d
$(top_builddir)
/VLC.app/Contents/MacOS
touch
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
chmod
+x
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
$(INSTALL)
$(top_builddir)
/
src
/.libs/vlc
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
$(INSTALL)
$(top_builddir)
/
bin
/.libs/vlc
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
ln
-sf
../../../modules
$(top_builddir)
/VLC.app/Contents/MacOS/modules
install
-d
$(top_builddir)
/VLC.app/Contents/MacOS/share
for
i
in
`
ls
$(srcdir)
/share
`
;
do
\
...
...
projects/macosx/framework/Pre-Compile.sh
View file @
ec81311c
...
...
@@ -94,7 +94,7 @@ if test "${ACTION}" = "build"; then
##########################
# Hack for VLC-release.app
if
[
"
$FULL_PRODUCT_NAME
"
=
"VLC-release.app"
]
;
then
install_library
"
${
VLC_BUILD_DIR
}
/
src
/
${
prefix
}
vlc"
"
${
target
}
"
"bin"
"@loader_path/lib"
install_library
"
${
VLC_BUILD_DIR
}
/
bin
/
${
prefix
}
vlc"
"
${
target
}
"
"bin"
"@loader_path/lib"
mv
${
target
}
/vlc
${
target
}
/VLC
chmod
+x
${
target
}
/VLC
elif
[
"
$FULL_PRODUCT_NAME
"
=
"VLC-release.app"
]
;
then
...
...
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