Commit dde34adc authored by Pavlov Konstantin's avatar Pavlov Konstantin

link stream_out_switcher with ffmpeg libs (should fix w32 build)

parent 895ff51a
...@@ -2744,7 +2744,7 @@ dnl Trying with pkg-config ...@@ -2744,7 +2744,7 @@ dnl Trying with pkg-config
VLC_ADD_PLUGINS([stream_out_switcher]) VLC_ADD_PLUGINS([stream_out_switcher])
fi fi
VLC_ADD_CFLAGS([ffmpeg stream_out_switcher],[${FFMPEG_CFLAGS}]) VLC_ADD_CFLAGS([ffmpeg stream_out_switcher],[${FFMPEG_CFLAGS}])
VLC_ADD_LDFLAGS([ffmpeg],[${FFMPEG_LIBS}]) VLC_ADD_LDFLAGS([ffmpeg stream_out_switcher],[${FFMPEG_LIBS}])
dnl newer ffmpeg have a separate libpostproc dnl newer ffmpeg have a separate libpostproc
PKG_CHECK_MODULES(POSTPROC, libpostproc,[ PKG_CHECK_MODULES(POSTPROC, libpostproc,[
VLC_ADD_LDFLAGS([ffmpeg],[${POSTPROC_LIBS}]) VLC_ADD_LDFLAGS([ffmpeg],[${POSTPROC_LIBS}])
......
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