[FFmpeg-trac] #6931(undetermined:closed): FreeBSD compilation error

FFmpeg trac at avcodec.org
Thu Dec 28 02:44:00 EET 2017


#6931: FreeBSD compilation error
-------------------------------------+-------------------------------------
             Reporter:  vinchi007    |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:  invalid
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 Not really but my suspicion is that you have one x265 library in /usr/lib
 and another one in /usr/local/lib. A possible solution would be to remove
 the `.so` symlink from /usr/lib (or the x265-dev/x265-devel package).
 Another explanation is that the header and the library in /usr/local do
 not match, the following can show the library version (assuming a shared
 library, try libx265.a instead of libx265.so if you installed a static
 library):
 {{{
 $ nm /usr/local/lib/libx265.so|grep x265_api_get
 }}}
 A third possible explanation is that you first installed a shared library
 into /usr/local and later a newer version as a static library.
 Please understand that this is a bug tracker, all usage questions should
 be discussed on the user mailing list.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6931#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list