Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
094c8364
Commit
094c8364
authored
Mar 24, 2011
by
Rohit Yadav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mac Contribs: Get architecture dependent vlc 1.1.8 for contribs
parent
d804a32a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
contribs/contribs-mac.sh
contribs/contribs-mac.sh
+10
-3
No files found.
contribs/contribs-mac.sh
View file @
094c8364
#!/bin/sh
echo
"For 64-bit builds please use an intel64 based contrib."
VLC_VERSION_DATE
=
"20110203-0102"
VLC_VERSION_PREFIX
=
"1.1-branch-intel-
${
VLC_VERSION_DATE
}
"
VLC_ARCH
=
""
VLC_BUILD_ID
=
"0104"
if
[
`
uname
-m
`
!=
"i386"
]
;
then
VLC_ARCH
=
"64"
;
VLC_BUILD_ID
=
"0205"
;
fi
echo
"Contribs configured for"
`
uname
-m
`
"architecture"
VLC_VERSION_DATE
=
"20110304-
${
VLC_BUILD_ID
}
"
VLC_VERSION_PREFIX
=
"1.1-branch-intel
${
VLC_ARCH
}
-
${
VLC_VERSION_DATE
}
"
VLC_FILE
=
"
${
VLC_VERSION_PREFIX
}
.zip"
VLC_URL
=
"http://nightlies.videolan.org/build/macosx-intel/
${
VLC_FILE
}
"
FREI0R_FILE
=
"frei0r-plugins-1.2.1.tar.gz"
...
...
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