Allow disabling CrystalHD for ffmpeg.

This commit is contained in:
Jason Felds
2015-05-08 22:12:47 -04:00
parent 166b6c5d61
commit edecedd3ee
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ else()
option(WITH_FFMPEG "Build with FFMPEG." ON)
# Builder beware: later versions of ffmpeg may break!
option(WITH_SYSTEM_FFMPEG "Build with the system's FFMPEG." OFF)
option(WITH_CRYSTALHD_DISABLED "Build FFMPEG without Crystal HD support." OFF)
option(WITH_LIBVA "Build with libVa support for Video Acceleration." OFF)
option(WITH_TTY "Build with Linux TTY Input Support." OFF)
option(WITH_PROFILING "Build with Profiling Support." OFF)