From 11339ceea79526fcf6008ae0956ca9d44a1cb20d Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Thu, 10 Jan 2013 10:51:45 +0100 Subject: [PATCH] without system_ffmpeg by default Using system ffmpeg is highly discouraged and won't work with our current ffmpeg anyway. And we just want a working ffmpeg plugin for the legacy GStreamer. --- gstreamer0.10-ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer0.10-ffmpeg.spec b/gstreamer0.10-ffmpeg.spec index 31ab59d..40dfc5e 100644 --- a/gstreamer0.10-ffmpeg.spec +++ b/gstreamer0.10-ffmpeg.spec @@ -1,7 +1,7 @@ # # Conditional build: %bcond_without vdpau # build FFmpeg without VDPAU support -%bcond_without system_ffmpeg # system FFmpeg (note: upstream does not accept bugs with system ffmpeg) +%bcond_with system_ffmpeg # system FFmpeg (note: upstream does not accept bugs with system ffmpeg) %define gstname gst-ffmpeg %define gst_major_ver 0.10 -- 2.44.0