[gstreamer-bugs] [Bug 330266] New: libavutil Makefile INCLUDES missing ALTIVEC_CFLAGS
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Tue Feb 7 05:27:35 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=330266
GStreamer | gst-ffmpeg | Ver: 0.10.0
Summary: libavutil Makefile INCLUDES missing ALTIVEC_CFLAGS
Product: GStreamer
Version: 0.10.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-ffmpeg
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: jsacco at ydl.net
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
Both the 0.8 and 0.10 branches of gst-ffmpeg require the patch shown below in
order to compile using gcc-3.4.4 on a PPC that supports alitivec.
[see the other Makefiles in subdirectories of gst-libs/ext/ffmpeg]
-Joseph
===============================================================================
--- gst-ffmpeg-0.8.7/gst-libs/ext/ffmpeg/libavutil/Makefile.am- 2006-02-06
22:18:21.000000000 -0500
+++ gst-ffmpeg-0.8.7/gst-libs/ext/ffmpeg/libavutil/Makefile.am 2006-02-06
22:17:20.000000000 -0500
@@ -2,7 +2,8 @@
-I$(top_srcdir)/libavcodec \
-DHAVE_AV_CONFIG_H=1 \
$(GPROF_FLAGS) \
- $(WARNERR_FLAGS)
+ $(WARNERR_FLAGS) \
+ $(ALTIVEC_CFLAGS)
LDADD = \
$(GPROF_FLAGS) \
--- gst-ffmpeg-0.8.7/gst-libs/ext/ffmpeg/libavutil/Makefile.in- 2006-02-06
22:18:33.000000000 -0500
+++ gst-ffmpeg-0.8.7/gst-libs/ext/ffmpeg/libavutil/Makefile.in 2006-02-06
22:17:00.000000000 -0500
@@ -565,7 +565,8 @@
-I$(top_srcdir)/libavcodec \
-DHAVE_AV_CONFIG_H=1 \
$(GPROF_FLAGS) \
- $(WARNERR_FLAGS)
+ $(WARNERR_FLAGS) \
+ $(ALTIVEC_CFLAGS)
LDADD = \
$(GPROF_FLAGS) \
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list