mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
ffmpeg: remove compatibility glue code
This commit is contained in:
parent
025ceb4d27
commit
49194023b5
13
3rdparty/ffmpeg/ffmpeg.cmake
vendored
13
3rdparty/ffmpeg/ffmpeg.cmake
vendored
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user