Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e6aec2bc
Commit
e6aec2bc
authored
Jul 16, 2005
by
bigben
Browse files
Small hack to make OSX happier.
parent
b3521ade
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e6aec2bc
...
...
@@ -4364,7 +4364,8 @@ AC_DEFINE_UNQUOTED(MODULE_SUFFIX, "__0_8_2", [String suffix for module functions
AC_DEFINE_UNQUOTED(MODULE_SYMBOL, 0_8_2, [Symbol suffix for module functions])
dnl Version number for ActiveX INF
VERSION32="`echo -n ${VERSION} | sed -e 's/@<:@a-z\-@:>@//g' | sed -e 'y/./,/'; echo ',0'`"
VERSION32="`echo -n ${VERSION} | sed -e 's/@<:@a-z\-@:>@//g' | sed -e 'y/./,/'`"
VERSION32="`echo -n ${VERSION32}',0'`"
AC_SUBST(VERSION32)
DATA_PATH="${ac_tool_prefix}/share/vlc"
...
...
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