[FFmpeg-trac] #4599(postproc:new): failure to build with LLVM on OpenBSD / i386

FFmpeg trac at avcodec.org
Fri Jul 17 05:04:51 CEST 2015


#4599: failure to build with LLVM on OpenBSD / i386
------------------------------------+------------------------------------
             Reporter:  brad        |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  postproc
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by michael):

 * cc: michael (added)


Comment:

 maybe something like this would workaround this compiler issue:
 could you test and amend if it doesnt work?

 {{{
 diff --git a/configure b/configure
 index 1cd9fd6..82cde9d 100755
 --- a/configure
 +++ b/configure
 @@ -5597,6 +5597,7 @@ elif enabled clang; then
      check_cflags -Werror=implicit-function-declaration
      check_cflags -Werror=missing-prototypes
      check_cflags -Werror=return-type
 +    enabled x86_32 && enabled shared && [ $target_os == openbsd ] &&
 disable ebx_available
  elif enabled cparser; then
      add_cflags -Wno-missing-variable-declarations
      add_cflags -Wno-empty-statement
 }}}

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


More information about the FFmpeg-trac mailing list