default to -DENABLE_FFMPEG=ON on Mac again

No particular reason to exclude ffmpeg support in Mac builds.
This commit is contained in:
Rafael Kitover 2017-02-24 06:44:26 -08:00
parent 931fda459a
commit cf5f425b3a
1 changed files with 1 additions and 1 deletions

View File

@ -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()