Opened 10 years ago
Closed 10 years ago
#4480 closed defect (fixed)
Compilation with --disable-error-resilience fails
Reported by: | Carl Eugen Hoyos | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
$ ./configure --disable-error-resilience
$ make V=1 ffmpeg_g gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample -Llibavutil -Llibpostproc -Llibswscale -Llibswresample -Wl,--as-needed -Wl,-z,noexecstack -Wl,--warn-common -Wl,-rpath-link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample -o ffmpeg_g cmdutils.o ffmpeg_opt.o ffmpeg_filter.o ffmpeg.o ffmpeg_vdpau.o -lavdevice -lavfilter -lavformat -lavcodec -lswresample -lswscale -lavutil -lXv -lX11 -lXext -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -ljack -lasound -lSDL -lpthread -lm -llzma -lbz2 -lz -pthread -lrt -lvdpau libavcodec/libavcodec.a(allcodecs.o): In function `avcodec_register_all': /home/cehoyos/test/cehoyos/cehoyos/FFmpeg/libavcodec/allcodecs.c:172: undefined reference to `ff_h263p_decoder' collect2: error: ld returned 1 exit status make: *** [ffmpeg_g] Error 1
Note:
See TracTickets
for help on using tickets.
Should be fixed in 14edc9f3a3924237e4fd57bac301a9cbd263ab79