[FFmpeg-trac] #7548(fate:new): target path not taken into account

FFmpeg trac at avcodec.org
Wed Nov 14 18:08:51 EET 2018


#7548: target path not taken into account
------------------------------------------+--------------------------------
             Reporter:  michael.kostylev  |                    Owner:
                 Type:  defect            |                   Status:  new
             Priority:  minor             |                Component:  fate
              Version:  git-master        |               Resolution:
             Keywords:                    |               Blocked By:
             Blocking:                    |  Reproduced by developer:  0
Analyzed by developer:  0                 |
------------------------------------------+--------------------------------

Comment (by cehoyos):

 Some random comments:
 The aix targets (should) need `--extra-cflags=-mminimal-toc`, this is
 supposed to have no speed impact, please remove `arch` from as many tests
 as possible, it is only needed for cross-compilation, has no effect (and
 is misleading) for 32-bit compilation on x86-64 and if it had an effect
 `ppc` would be wrong for `-maix64`.
 The valgrind targets need `--disable-stripping` to be useful.
 Compilation on Solaris is currently broken: If you cannot replace
 `/usr/xpg4/bin/sed`, you have to replace the first `sed -E` in configure
 with `/opt/csw/gnu/sed -E` (this is ticket #7310).

 Somebody else will have to comment on the Windows issues.

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


More information about the FFmpeg-trac mailing list