Opened 14 years ago
Closed 13 years ago
#281 closed defect (fixed)
Build Error AC3 Encoder Option
Reported by: | Farkas Szilard Levente | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | git-master | Keywords: | encoder ac3 ac3_fixed |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Hello,
When I try to build ffmpeg with command
./configure --enable-shared --enable-memalign-hack --enable-gpl --enable-w32threads --enable-postproc --enable-zlib --disable-static --disable-altivec --disable-muxers --disable-encoders --disable-debug --disable-ffplay --disable-ffserver --disable-ffmpeg --disable-ffprobe --disable-devices --enable-muxer=spdif --enable-muxer=adts --enable-encoder=ac3 --enable-encoder=aac --enable-runtime-cpudetect --enable-avfilter --disable-debug --disable-doc
If I use --enable-encoder=ac3_fixed then there is no error. Also note that not all combination of options result in this error when using --enable-encoder=ac3.
My build log attached…
Attachments (5)
Change History (14)
by , 14 years ago
follow-ups: 2 3 comment:1 by , 14 years ago
Status: | new → open |
---|
Could you test latest git head?
I believe this problem was fixed since.
comment:2 by , 14 years ago
Replying to cehoyos:
Could you test latest git head?
I believe this problem was fixed since.
Same error in git head :(
comment:3 by , 14 years ago
Replying to cehoyos:
Could you test latest git head?
I believe this problem was fixed since.
Actually a different error... but still build fails
follow-up: 5 comment:4 by , 14 years ago
Component: | avcodec → build system |
---|---|
Version: | 0.7-rc1 → git-master |
The following works fine for me on Linux, please confirm that this is still (nearly) the configure line you are using, and that you are using latest git head. (If you see the same problem with a shorter configure line, it would ease testing.)
./configure --enable-shared --enable-memalign-hack --enable-gpl --enable-postproc --enable-zlib --disable-static --disable-altivec --disable-muxers --disable-encoders --disable-debug --disable-ffplay --disable-ffserver --disable-ffmpeg --disable-ffprobe --disable-devices --enable-muxer=spdif --enable-muxer=adts --enable-encoder=ac3 --enable-encoder=aac --enable-runtime-cpudetect --enable-avfilter --disable-debug --disable-doc && make
comment:5 by , 14 years ago
Replying to cehoyos:
The following works fine for me on Linux, please confirm that this is still (nearly) the configure line you are using, and that you are using latest git head. (If you see the same problem with a shorter configure line, it would ease testing.)
./configure --enable-shared --enable-memalign-hack --enable-gpl --enable-postproc --enable-zlib --disable-static --disable-altivec --disable-muxers --disable-encoders --disable-debug --disable-ffplay --disable-ffserver --disable-ffmpeg --disable-ffprobe --disable-devices --enable-muxer=spdif --enable-muxer=adts --enable-encoder=ac3 --enable-encoder=aac --enable-runtime-cpudetect --enable-avfilter --disable-debug --disable-doc && make
Used supplied command and still erro, I'm using Windows.
comment:6 by , 14 years ago
Please add the output of 'make V=1 libavcodec/avcodec-53.dll' and please confirm that you are using latest git head (the first line of git show).
by , 14 years ago
Attachment: | build_gitsnap.2 added |
---|
result of command: make V=1 libavcodec/avcodec-53.dll
follow-up: 8 comment:7 by , 14 years ago
enabling the ac3 encoder with both alternative implementations disabled makes no sense.
A patch that improves the build system to either error out cleanly, or enable both fixed&float from the
enabling of the ac3 encoder is welcome.
comment:8 by , 14 years ago
Replying to michael:
enabling the ac3 encoder with both alternative implementations disabled makes no sense.
A patch that improves the build system to either error out cleanly, or enable both fixed&float from the
enabling of the ac3 encoder is welcome.
Should I change command line part "--enable-encoder=ac3_fixed" to "--enable-encoder=ac3/ac3_fixed"?
Thanks.
comment:9 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
This has been fixed some time ago (there is now only an "ac3" and an "ac3_fixed" encoder).
Error log avcodec with ac3 encoder option