[CMake] kill ffmpeg PoC target

This commit is contained in:
nick black 2021-11-21 00:34:49 -05:00
parent 0dfc5facdf
commit bda934f477
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -542,13 +542,6 @@ if(${USE_CPP})
endforeach()
endif()
endif()
target_link_libraries(ffmpeg
PRIVATE
"${AVCODEC_LIBRARIES}"
"${AVFORMAT_LIBRARIES}"
"${SWSCALE_LIBRARIES}"
"${AVUTIL_LIBRARIES}"
)
############################################################################
# notcurses-demo