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
GSoC
GSoC2018
macOS
vlc
Commits
c56aefce
Commit
c56aefce
authored
Jan 28, 2004
by
bigben
Browse files
Do not enable skins2 on macosx and beos.
Hope I haven't broken anything...
parent
9a6a3a03
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
c56aefce
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.16
4
2004/01/2
7 21:12:42 gbazi
n Exp $
dnl $Id: configure.ac,v 1.16
5
2004/01/2
8 15:25:53 bigbe
n Exp $
AC_INIT(vlc,0.7.1-cvs)
...
...
@@ -2790,13 +2790,13 @@ if test "${enable_skins2}" != "no"; then
AX_ADD_CXXFLAGS([skins2],[-O2 -fno-rtti])
AX_ADD_LDFLAGS([skins2],[-loleaut32 -lwinspool -lwinmm -lshell32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32 -lcomdlg32 -lole32 -luuid -lcomctl32])
else
else
if ( test "${SYS}" != "darwin" && "${SYS}" != "beos") || test "${enable_skins2}" = "yes"; then
AX_ADD_PLUGINS([skins2])
ALIASES="${ALIASES} svlc"
AX_ADD_CPPFLAGS([skins2],[-Imodules/gui/skins2 -I${x_includes} -DX11_SKINS])
AX_ADD_CXXFLAGS([skins2],[-O2 -fno-rtti])
AX_ADD_LDFLAGS([skins2],[-L${x_libraries} -lXext -lX11])
fi
fi
fi
if test "${FREETYPE_CONFIG}" != "no"
then
...
...
Write
Preview
Supports
Markdown
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