rpms/gstreamer-plugins-bad/devel gstreamer-plugins-bad.spec, 1.34, 1.35

Hans de Goede jwrdegoede at rpmfusion.org
Sun Mar 14 15:43:16 CET 2010


Author: jwrdegoede

Update of /cvs/free/rpms/gstreamer-plugins-bad/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17836

Modified Files:
	gstreamer-plugins-bad.spec 
Log Message:
Fix building on non x86 archs


Index: gstreamer-plugins-bad.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/devel/gstreamer-plugins-bad.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- gstreamer-plugins-bad.spec	14 Mar 2010 14:37:09 -0000	1.34
+++ gstreamer-plugins-bad.spec	14 Mar 2010 14:43:16 -0000	1.35
@@ -5,7 +5,11 @@
 %define gstpb_minver 0.10.22.1
 
 # which plugins to actually build and install
+%ifarch %{ix86} x86_64
 %define gstdirs gst/asfmux gst/dvdspu gst/mpegpsmux gst/mpegtsmux gst/qtmux gst/real gst/siren
+%else
+%define gstdirs gst/asfmux gst/dvdspu gst/mpegpsmux gst/mpegtsmux gst/qtmux gst/siren
+%endif
 %define extdirs ext/dts ext/faad ext/libmms ext/mimic ext/mpeg2enc ext/mplex ext/xvid
 
 Summary: GStreamer streaming media framework "bad" plug-ins



More information about the rpmfusion-commits mailing list