[Gstreamer-bugs] [Bug 136366] Changed - dsputil.h not found

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sun Mar 7 17:33:02 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=136366

Changed by bugs at leroutier.net.

--- shadow/136366	Sun Mar  7 20:25:34 2004
+++ shadow/136366.tmp.9712	Sun Mar  7 20:33:02 2004
@@ -97,6 +97,25 @@
 ------- Additional Comments From bugs at leroutier.net  2004-03-07 20:25 -------
 i confirm that changing #include "dsputil.h"
 to #include "../dsputil.h"
 in libavcodec/i386/cputest.c
 
 fixes the compilation problem.
+
+------- Additional Comments From bugs at leroutier.net  2004-03-07 20:33 -------
+it is your autotools.diff patch that changed the #include path
+
+should this chunk be removed ? (near line 926)
+
+Index: ffmpeg/libavcodec/i386/cputest.c
+--- ffmpeg~autotools/libavcodec/i386/cputest.c	2004-02-29
+23:01:41.000000000 +0100
++++ ffmpeg/libavcodec/i386/cputest.c	2004-02-29 23:01:46.000000000 +0100
+@@ -2,7 +2,7 @@
+    and R. Fisher). Converted to C and improved by Fabrice Bellard */
+ 
+ #include <stdlib.h>
+-#include "../dsputil.h"
++#include "dsputil.h"
+ 
+ /* ebx saving is necessary for PIC. gcc seems unable to see it alone */
+ #define cpuid(index,eax,ebx,ecx,edx)\




More information about the Gstreamer-bugs mailing list