Commit 52eedd54 authored by Christophe Mutricy's avatar Christophe Mutricy

configure.ac: don't fail if postproc is with avcodec

parent d0802e7d
......@@ -2561,7 +2561,7 @@ dnl Trying with pkg-config
dnl newer ffmpeg have a separate libpostproc
PKG_CHECK_MODULES(POSPROC, libpostproc,[
VLC_ADD_LDFLAGS([ffmpeg],[${POSTPROC_LIBS}])
])
],[ true ])
],[
dnl
......
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