From b5a9c9ac777819c822aec21983bc89f43dde2441 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 15 Mar 2012 19:58:35 +0000 Subject: [PATCH] temporarily turned off the new wrapper. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 26af99cec..08fa0f0b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -394,9 +394,9 @@ if(UNIX) endif() endif() - if(HAVE_FFMPEG) - CHECK_MODULE(libavformat>=52.111.0 NEW_FFMPEG) - endif() + #if(HAVE_FFMPEG) + #CHECK_MODULE(libavformat>=52.111.0 NEW_FFMPEG) + #endif() if(WITH_1394) CHECK_MODULE(libdc1394-2 HAVE_DC1394_2)