forked from pool/kfilemetadata5
This commit is contained in:
committed by
Git OBS Bridge
parent
a5a173672f
commit
bf3b8c8b4b
@@ -1,11 +1,6 @@
|
|||||||
---
|
diff -urNB kfilemetadata/cmake/FindFFmpeg.cmake new/cmake/FindFFmpeg.cmake
|
||||||
cmake/FindFFmpeg.cmake | 8 +-------
|
--- kfilemetadata/cmake/FindFFmpeg.cmake 2016-11-21 20:58:44.371788460 +0100
|
||||||
1 file changed, 1 insertion(+), 7 deletions(-)
|
+++ new/cmake/FindFFmpeg.cmake 2016-11-21 20:59:09.591943836 +0100
|
||||||
|
|
||||||
Index: kfilemetadata-5.21.0/cmake/FindFFmpeg.cmake
|
|
||||||
===================================================================
|
|
||||||
--- kfilemetadata-5.21.0.orig/cmake/FindFFmpeg.cmake
|
|
||||||
+++ kfilemetadata-5.21.0/cmake/FindFFmpeg.cmake
|
|
||||||
@@ -9,11 +9,8 @@
|
@@ -9,11 +9,8 @@
|
||||||
#
|
#
|
||||||
# For each of the components it will additionally set.
|
# For each of the components it will additionally set.
|
||||||
@@ -18,18 +13,18 @@ Index: kfilemetadata-5.21.0/cmake/FindFFmpeg.cmake
|
|||||||
# the following variables will be defined
|
# the following variables will be defined
|
||||||
# <component>_FOUND - System has <component>
|
# <component>_FOUND - System has <component>
|
||||||
# <component>_INCLUDE_DIRS - Include directory necessary for using the <component> headers
|
# <component>_INCLUDE_DIRS - Include directory necessary for using the <component> headers
|
||||||
@@ -121,10 +118,7 @@ if (NOT FFMPEG_LIBRARIES)
|
@@ -121,10 +118,7 @@
|
||||||
# Check for all possible component.
|
# Check for all possible component.
|
||||||
find_component(AVCODEC libavcodec avcodec libavcodec/avcodec.h)
|
find_component(AVCODEC libavcodec avcodec libavcodec/avcodec.h)
|
||||||
find_component(AVFORMAT libavformat avformat libavformat/avformat.h)
|
find_component(AVFORMAT libavformat avformat libavformat/avformat.h)
|
||||||
- find_component(AVDEVICE libavdevice avdevice libavdevice/avdevice.h)
|
- find_component(AVDEVICE libavdevice avdevice libavdevice/avdevice.h)
|
||||||
find_component(AVUTIL libavutil avutil libavutil/avutil.h)
|
find_component(AVUTIL libavutil avutil libavutil/avutil.h)
|
||||||
- find_component(SWSCALE libswscale swscale libswscale/swscale.h)
|
- find_component(SWSCALE libswscale swscale libswscale/swscale.h)
|
||||||
- find_component(POSTPROC libpostproc postproc libpostproc/postprocess.h)
|
- find_component(POSTPROCESS libpostproc postproc libpostproc/postprocess.h)
|
||||||
|
|
||||||
# Check if the required components were found and add their stuff to the FFMPEG_* vars.
|
# Check if the required components were found and add their stuff to the FFMPEG_* vars.
|
||||||
foreach (_component ${FFmpeg_FIND_COMPONENTS})
|
foreach (_component ${FFmpeg_FIND_COMPONENTS})
|
||||||
@@ -155,7 +149,7 @@ if (NOT FFMPEG_LIBRARIES)
|
@@ -155,7 +149,7 @@
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# Now set the noncached _FOUND vars for the components.
|
# Now set the noncached _FOUND vars for the components.
|
||||||
|
Reference in New Issue
Block a user