Commit 9ef44504 authored by Eric Petit's avatar Eric Petit

Also look for libpostproc when ffmpeg is installed without ffmpeg-config

 nor pkg-config
parent 52eedd54
...@@ -2576,10 +2576,11 @@ dnl Trying with pkg-config ...@@ -2576,10 +2576,11 @@ dnl Trying with pkg-config
VLC_ADD_LDFLAGS([ffmpeg],[-lavutil]) VLC_ADD_LDFLAGS([ffmpeg],[-lavutil])
LDAVUTIL="-lavutil"]) LDAVUTIL="-lavutil"])
AC_CHECK_LIB(postproc, pp_postprocess, [
VLC_ADD_LDFLAGS([ffmpeg],[-lpostproc])])
AC_CHECK_LIB(avcodec, avcodec_init, [ AC_CHECK_LIB(avcodec, avcodec_init, [
VLC_ADD_BUILTINS([ffmpeg]) VLC_ADD_BUILTINS([ffmpeg])
VLC_ADD_LDFLAGS([ffmpeg],[-lavcodec]) VLC_ADD_LDFLAGS([ffmpeg],[-lavcodec])
if test "${enable_sout}" != "no"; then if test "${enable_sout}" != "no"; then
VLC_ADD_BUILTINS([stream_out_switcher]) VLC_ADD_BUILTINS([stream_out_switcher])
......
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