From cec6cd499e236efa0e89a281e9c2b084ac1c57ac Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Sun, 10 Mar 2013 13:43:25 +0000 Subject: [PATCH] Disable libcdio --- ffmpeg.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ffmpeg.spec b/ffmpeg.spec index 06ea49d..3c2e9b2 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -10,6 +10,9 @@ %global _without_opencv 1 %global _without_vpx 1 %endif +%if 0%{?fedora} >= 19 +%global _without_cdio 1 +%endif Summary: Digital VCR and streaming server Name: ffmpeg