changeset 8662 | bfcc09f2accc |
parent 8650 | 18807b6302c8 |
child 8666 | 1652c1d9adc8 |
--- a/share/CMakeLists.txt Wed Mar 06 03:11:15 2013 +0100 +++ b/share/CMakeLists.txt Wed Mar 06 03:46:22 2013 +0100 @@ -9,7 +9,6 @@ #silly libav that always brings in VideoDecoderAcceleration, avaible only from 10.6.3 if(NOT NOVIDEOREC) - set(FFMPEG_FIND_QUIETLY true) find_package(FFMPEG) if(${FFMPEG_FOUND} AND ${minimum_macosx_version} VERSION_EQUAL "10.6") set(minimum_macosx_version "10.6.3")