Opened 11 years ago

Closed 11 years ago

#2184 closed defect (fixed)

h264.c "undefined reference to ff_h264qpel_init" when configuring with --disable-everything --enable-parsers

Reported by: jamal Owned by:
Priority: important Component: undetermined
Version: git-master Keywords: h264 regression
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

Summary of the bug:

libavcodec/libavcodec.a(h264.o): In function `h264_set_parameter_from_sps':
/home/jamrial/ffmpeg/libavcodec/h264.c:2471: undefined reference to `ff_h264qpel_init'
libavcodec/libavcodec.a(h264.o): In function `common_init':
/home/jamrial/ffmpeg/libavcodec/h264.c:990: undefined reference to `ff_h264qpel_init'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1

How to reproduce:

./configure --disable-everything --enable-parsers

Change History (1)

comment:1 by Carl Eugen Hoyos, 11 years ago

Keywords: regression added
Reproduced by developer: set
Resolution: fixed
Status: newclosed

Fixed by Diego.

Note: See TracTickets for help on using tickets.