Commit 49194023 authored by Alexander Alekhin's avatar Alexander Alekhin

ffmpeg: remove compatibility glue code

parent 025ceb4d
......@@ -23,16 +23,3 @@ ocv_download(PACKAGE ffmpeg_version.cmake
DESTINATION_DIR ${CMAKE_CURRENT_LIST_DIR})
include(${CMAKE_CURRENT_LIST_DIR}/ffmpeg_version.cmake)
# Compatibility glue code
set(FFMPEG_libavcodec_FOUND 1)
set(FFMPEG_libavformat_FOUND 1)
set(FFMPEG_libavutil_FOUND 1)
set(FFMPEG_libswscale_FOUND 1)
set(FFMPEG_libavresample_FOUND 1)
set(FFMPEG_libavcodec_VERSION ${ALIASOF_libavcodec_VERSION})
set(FFMPEG_libavformat_VERSION ${ALIASOF_libavformat_VERSION})
set(FFMPEG_libavutil_VERSION ${ALIASOF_libavutil_VERSION})
set(FFMPEG_libswscale_VERSION ${ALIASOF_libswscale_VERSION})
set(FFMPEG_libavresample_VERSION ${ALIASOF_libavresample_VERSION})
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