Fixed missing ffmpeg link to libfreerdp

This commit is contained in:
akallabeth 2022-07-05 19:54:44 +02:00 committed by akallabeth
parent c71cc672f9
commit 7f0efb0e9f
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ if (WITH_DSP_FFMPEG)
${CODEC_SRCS}
codec/dsp_ffmpeg.c
codec/dsp_ffmpeg.h)
freerdp_include_directory_add(${FFMPEG_INCLUDE_DIRS})
freerdp_library_add(${FFMPEG_LIBRARIES})
endif (WITH_DSP_FFMPEG)
if (WITH_SOXR)