summaryrefslogtreecommitdiffstats
path: root/externals/find-modules/FindFFmpeg.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'externals/find-modules/FindFFmpeg.cmake')
-rw-r--r--externals/find-modules/FindFFmpeg.cmake21
1 files changed, 13 insertions, 8 deletions
diff --git a/externals/find-modules/FindFFmpeg.cmake b/externals/find-modules/FindFFmpeg.cmake
index 86a3f5a5a..61b6dc8d2 100644
--- a/externals/find-modules/FindFFmpeg.cmake
+++ b/externals/find-modules/FindFFmpeg.cmake
@@ -22,19 +22,24 @@
#
# <component> can be one of:
# avcodec
-# avdevice # Disabled
-# avfilter # Disabled
-# avformat # Disabled
+# avdevice
+# avfilter
+# avformat
# avutil
-# postproc # Disabled
-# swresample # Disabled
+# postproc
+# swresample
# swscale
#
set(_FFmpeg_ALL_COMPONENTS
- avcodec
- avutil
- swscale
+ avcodec
+ avdevice
+ avfilter
+ avformat
+ avutil
+ postproc
+ swresample
+ swscale
)
set(_FFmpeg_DEPS_avcodec avutil)