[FFmpeg-devel] [FFmpeg-trac] #459(build system:open): YASM Generation error in dsputil_yasm.asm & workaround
Gilles Sabourin
gilles.sabourin at free.fr
Sun Sep 11 14:42:58 CEST 2011
Le dimanche 11 septembre 2011 14:11:13, vous avez écrit :
> #459: YASM Generation error in dsputil_yasm.asm & workaround
> -------------------------------------+-------------------------------------
> Reporter: sabouring | Owner:
> Type: defect | Status: open
> Priority: normal | Component: build
> Version: git-master | system
> Keywords: yasm clipd | Resolution:
> macro | Blocked By:
> Blocking: | Reproduced by developer: 0
> Analyzed by developer: 0 |
> -------------------------------------+-------------------------------------
> Changes (by cehoyos):
>
> * status: new => open
> * component: avcodec => build system
>
>
> Comment:
>
> Please confirm that you tried the following:
> $ make distclean
> $ git checkout master
> $ git pull
> $ git diff (shows no differences)
> $ ./configure
>
> Then run
> $ make V=1 libavcodec/x86/dsputil_yasm.o
> if it does not succeed, please post the complete output, the first line of
> git log and attach config.asm
>
>
Sorry for disturbance, but I put FFmpeg development discussions and patches <ffmpeg-devel at ffmpeg.org> as recipient copy, since "FFmpeg" <trac at avcodec.org> rejects my messages.
The generation succeded!
$ make V=1 libavcodec/x86/dsputil_yasm.o
touch .version
yasm -f elf -m amd64 -g dwarf2 -I. -I./ -I./libavutil/x86/ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/dsputil_yasm.o libavcodec/x86/dsputil_yasm.asm > libavcodec/x86/dsputil_yasm.d
yasm -f elf -m amd64 -g dwarf2 -I. -I./ -I./libavutil/x86/ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/dsputil_yasm.o libavcodec/x86/dsputil_yasm.asm
$ ll libavcodec/x86/dsputil_yasm.o
-rw-r--r-- 1 gilles users 28016 11 sept. 14:31 libavcodec/x86/dsputil_yasm.o
Gilles
More information about the ffmpeg-devel
mailing list