After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 528082 - [ffmpeg] compile error
[ffmpeg] compile error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-14 18:18 UTC by David Schleef
Modified: 2008-04-17 18:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Schleef 2008-04-14 18:18:44 UTC
In file included from i386/dsputil_mmx.c:30:
i386/mmx.h:24:2: warning: #warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
i386/h264dsp_mmx.c: In function ‘put_h264_qpel4_h_lowpass_3dnow’:
i386/h264dsp_mmx.c:1881: error: can't find a register in class ‘GENERAL_REGS’ while reloading ‘asm’
i386/h264dsp_mmx.c:1881: error: ‘asm’ operand has impossible constraints
make[6]: *** [i386/dsputil_mmx.o] Error 1
make[6]: Leaving directory `/home/ds/gst/gst-ffmpeg/gst-libs/ext/ffmpeg/libavcodec'
Comment 1 Andy Wingo 2008-04-15 11:20:07 UTC
Apparently this is fixed. Can you try again, ds?