[FFmpeg-trac] #11206(undetermined:new): libavcodec/libavcodec.so: undefined reference to `ff_vvc_dsp_init_x86'

FFmpeg trac at avcodec.org
Fri Sep 27 02:43:44 EEST 2024


#11206: libavcodec/libavcodec.so: undefined reference to `ff_vvc_dsp_init_x86'
-------------------------------------+-------------------------------------
             Reporter:  th0ma7       |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by th0ma7):

 I believe my issue is now solved, thnx to @nyanmisaka with pointers
 provided here
 https://github.com/SynoCommunity/spksrc/pull/6239#issuecomment-2376672474

 It turns out that ffmpeg $(ARCH) variable used gets superseeded with our
 framework spksrc $(ARCH) which differs.  Therefore we have a patch to
 rename ffmpeg's $(ARCH) to $(FFMPEG_ARCH).

 Our previous version of the patch worked well until v7 whereas additional
 files needs to be adapted for it to work properly.  This now results in
 the following patch:
 https://github.com/SynoCommunity/spksrc/pull/6239/files#diff-
 a9561f9de7fbb20f09fd7d5b95055801f6e3c9c55238accf73fe1d6d4080f54c

 I'd much rather have to not be patching ffmpeg for this wherease ffmpeg
 could renamed their ARCH variable name but hey, things are working
 otherwise at limited costs.

 Thnx for the help :)
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11206#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list