Commit 087d5836 authored by Rafaël Carré's avatar Rafaël Carré

Manually backport [77acf509] from master

parent 78d90067
......@@ -2552,6 +2552,15 @@ dnl Those options have to be here because the .pc can be bogus for ffmpeg previo
LDFLAGS="${LDFLAGS_save}"
fi])
AC_ARG_WITH(ffmpeg-dca,
[ --with-ffmpeg-dca specify if ffmpeg has been compiled with dca supp
[
if test "$with_ffmpeg_dca" = "yes"; then
LDFLAGS="${LDFLAGS_save} ${LDFLAGS_ffmpeg} ${LIBS_ffmpeg}"
AC_CHECK_LIB(dca, dca_free, [ VLC_ADD_LIBS([ffmpeg],[-ldca]) ])
LDFLAGS="${LDFLAGS_save}"
fi])
AC_ARG_WITH(ffmpeg-vorbis,
[ --with-ffmpeg-vorbis specify if ffmpeg has been compiled with vorbis support],
[
......
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