default to -DENABLE_FFMPEG=ON on Mac again
No particular reason to exclude ffmpeg support in Mac builds.
This commit is contained in:
parent
931fda459a
commit
cf5f425b3a
|
@ -50,7 +50,7 @@ option( ENABLE_LIRC "Enable LIRC support" OFF )
|
|||
|
||||
SET(FFMPEG_DEFAULT ON)
|
||||
|
||||
IF((WIN32 AND NOT (MINGW AND MSYS)) OR APPLE)
|
||||
IF(WIN32 AND NOT (MINGW AND MSYS))
|
||||
SET(FFMPEG_DEFAULT OFF)
|
||||
ENDIF()
|
||||
|
||||
|
|
Loading…
Reference in New Issue