Opened 15 years ago
Closed 15 years ago
#1626 closed defect (fixed)
can't compile mplayer when configured with --disable-mencoder
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
When compiling with --disable-mencoder, the linking of mplayer finishes unsuccessfully, because the linker cannot find h263_encode_init(), when used by libavcodec/snow.c:2980.
It is defined in libavcodec/ituh263enc.c:772 but in libavcodec/Makefile it is included when CONFIG_H263_ENCODER flag is enabled.
I don't know what's the exact logic of enabling CONFIG_H263_ENCODER, but it is disabled when '--disable-mencoder'
For completeness I checked that mplayer is compiled successfully without disabling mencoder.
Change History (1)
comment:1 by , 15 years ago
op_sys: | Other → All |
---|---|
rep_platform: | PC (x86) → All |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This has been fixed in FFmpeg.