Remove remaining libav references

This commit is contained in:
Alex Peterson
2021-04-27 16:27:10 -07:00
committed by GitHub
parent 78508ec211
commit 7aeb9614de
5 changed files with 0 additions and 66 deletions
-17
View File
@@ -1,17 +0,0 @@
#
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
# its licensors.
#
# For complete copyright and license terms please see the LICENSE at the root of this
# distribution (the "License"). All use of this software is governed by the License,
# or, if provided, by the license below or the license accompanying this file. Do not
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
ly_add_external_target(
NAME libav
VERSION 11.7
INCLUDE_DIRECTORIES
usr/include
)
@@ -13,6 +13,5 @@ set(FILES
BuiltInPackages_windows.cmake
dyad_windows.cmake
FbxSdk_windows.cmake
libav_windows.cmake
Wwise_windows.cmake
)
-46
View File
@@ -1,46 +0,0 @@
#
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
# its licensors.
#
# For complete copyright and license terms please see the LICENSE at the root of this
# distribution (the "License"). All use of this software is governed by the License,
# or, if provided, by the license below or the license accompanying this file. Do not
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
set(LIBAV_LIB_PATH ${BASE_PATH}/usr/bin/)
set(LIBAV_LIBS
avcodec
avdevice
avfilter
avformat
avresample
avutil
swscale
)
list(TRANSFORM LIBAV_LIBS PREPEND ${LIBAV_LIB_PATH}${CMAKE_STATIC_LIBRARY_PREFIX})
list(TRANSFORM LIBAV_LIBS APPEND "${CMAKE_STATIC_LIBRARY_SUFFIX}")
set(LIBAV_SHARED
avcodec-56
avdevice-55
avfilter-5
avformat-56
avresample-2
avutil-54
libogg-0
libopus-0
libvo-aacenc-0
libvorbis-0
libvorbisenc-2
swscale-3
zlib1
)
list(TRANSFORM LIBAV_SHARED PREPEND ${LIBAV_LIB_PATH}${CMAKE_SHARED_LIBRARY_PREFIX})
list(TRANSFORM LIBAV_SHARED APPEND "${CMAKE_SHARED_LIBRARY_SUFFIX}")
list(JOIN LIBAV_SHARED ";" LIBAV_SHARED_STRING)
set(LIBAV_RUNTIME_DEPENDENCIES ${LIBAV_SHARED_STRING})
-1
View File
@@ -14,7 +14,6 @@ set(FILES
FindClang.cmake
Finddyad.cmake
FindFbxSdk.cmake
Findlibav.cmake
FindOpenGLInterface.cmake
FindRadTelemetry.cmake
FindVkValidation.cmake
@@ -10,7 +10,6 @@
"etc2comp/2017_04_24-az.2/**": "#include",
"expat/2.1.0-pkg.3/**": "#include",
"FbxSdk/2016.1.2-az.1/**": "#include",
"libav/11.7/**": "#include",
"OpenSSL/1.1.1b-noasm-az/**": "#include",
"Qt/5.15.1.2-az/**": "#include",
"RadTelemetry/3.5.0.17/**": "#include",