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
f3825420
Commit
f3825420
authored
Jan 04, 2004
by
zorglub
Browse files
Do not link twice zlib
parent
5de8059a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
f3825420
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.1
39
2004/01/0
3 23:37:08 asmax
Exp $
dnl $Id: configure.ac,v 1.1
40
2004/01/0
4 15:24:27 zorglub
Exp $
AC_INIT(vlc,0.7.0)
...
...
@@ -2751,7 +2751,7 @@ if test "${enable_skins2}" != "no"; then
ALIASES="${ALIASES} svlc"
AX_ADD_CPPFLAGS([skins2],[-Imodules/gui/skins2 -I${x_includes} -I/usr/include/freetype2 -DX11_SKINS])
AX_ADD_CXXFLAGS([skins2],[-O2 -fno-rtti])
AX_ADD_LDFLAGS([skins2],[-L${x_libraries} -lXext -lX11 -lfreetype -lpng
-lz
])
AX_ADD_LDFLAGS([skins2],[-L${x_libraries} -lXext -lX11 -lfreetype -lpng ])
fi fi
fi
...
...
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