]> git.pld-linux.org Git - packages/gstreamer0.10-ffmpeg.git/commitdiff
without system_ffmpeg by default
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 10 Jan 2013 09:51:45 +0000 (10:51 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Thu, 10 Jan 2013 10:00:09 +0000 (11:00 +0100)
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

index 31ab59dddf53b99300d350012fa8ebcd6e38a57f..40dfc5e3a000cc2babeffd693b9dd998369cae8a 100644 (file)
@@ -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
This page took 0.136676 seconds and 4 git commands to generate.