Commit b9c92a22 authored by Christophe Massiot's avatar Christophe Massiot

* Fixed LDFLAGS_mp4 variable.

parent 3658e6a1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment