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
b9c92a22
Commit
b9c92a22
authored
Mar 05, 2003
by
Christophe Massiot
Browse files
* Fixed LDFLAGS_mp4 variable.
parent
3658e6a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac.in
View file @
b9c92a22
...
...
@@ -1657,7 +1657,9 @@ fi
dnl
dnl MP4 module
dnl
AC_CHECK_HEADERS(zlib.h, [ LDFLAGS_mp4="${LDFLAGS_mp4} -lz" ] )
AC_CHECK_HEADERS(zlib.h, [
LDFLAGS_mp4="${LDFLAGS_mp4} -lz"
] )
dnl
dnl a52 AC3 decoder plugin
...
...
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