<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 02/08/2013 12:52 PM, Carl Eugen
Hoyos wrote:<br>
</div>
<blockquote cite="mid:loom.20130208T081944-40@post.gmane.org"
type="cite">
<pre wrap="">Anshul <a class="moz-txt-link-rfc2396E" href="mailto:er.anshul.maheshwari@..."><er.anshul.maheshwari@...></a> writes:
</pre>
<blockquote type="cite">
<pre wrap="">Guys when I compile ffmpeg1.1 with enable-gpl flag and
enable-x264 flag I get an error "can’t find a register
in class ‘GENERAL_REGS’"
Its in File libpostproc/postprocess_template.c:1094:5
</pre>
</blockquote>
<pre wrap="">Please test the following:
$ make distclean
$ ./configure --enable-gpl --enable-libx264 && make ffmpeg
If you see the build failure indicated above, please run:
$ make V=1
and post the complete, uncut console output of the last
make run. Please do never post the complete, uncut
console output of the first make call.
And please post your gcc version.
Note that thread-hijacking is very rude and therefore
not welcome!
Carl Eugen
_______________________________________________
Libav-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
</blockquote>
<br>
using command <br>
<pre wrap=""><big>/configure --enable-gpl --enable-libx264 && make ffmpeg
</big><big>every thing worked but when i am using the below flag it is giving me
compilation error:
</big></pre>
<big><small> ./configure --disable-optimizations --enable-gpl
--enable-libx264<br>
<br>
<br>
error at compile Time<br>
gcc -I. -I./ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
-DHAVE_AV_CONFIG_H -std=c99 -pthread -D_GNU_SOURCE=1
-D_REENTRANT -I/usr/include/SDL -g -Wdeclaration-after-statement
-Wall -Wno-parentheses -Wno-switch -Wno-format-zero-length
-Wdisabled-optimization -Wpointer-arith -Wredundant-decls
-Wno-pointer-sign -Wwrite-strings -Wtype-limits -Wundef
-Wmissing-prototypes -Wno-pointer-to-int-cast
-Wstrict-prototypes -fno-math-errno -fno-signed-zeros
-fno-tree-vectorize -Werror=implicit-function-declaration
-Werror=missing-prototypes -Werror=vla -MMD -MF
libpostproc/postprocess.d -MT libpostproc/postprocess.o -c -o
libpostproc/postprocess.o libpostproc/postprocess.c<br>
In file included from libpostproc/postprocess.c:556:0:<br>
libpostproc/postprocess_template.c: In function ‘dering_MMX2’:<br>
libpostproc/postprocess_template.c:1094:5: error: can’t find a
register in class ‘GENERAL_REGS’ while reloading ‘asm’<br>
libpostproc/postprocess_template.c:1094:5: error: ‘asm’ operand
has impossible constraints<br>
make: *** [libpostproc/postprocess.o] Error 1<br>
<br>
gcc version 4.6.2<br>
<br>
pardon me if </small></big>I am unintentionaly culprit of
thread hi-jacking, but can you expain it how.<br>
<pre wrap="">Note that thread-hijacking is very rude and therefore
not welcome!
</pre>
Thanks<br>
Anshul<br>
</body>
</html>