svn commit: r468699 - head/multimedia/gstreamer1-libav/files

Jan Beich jbeich at FreeBSD.org
Mon Apr 30 13:19:37 UTC 2018


Author: jbeich
Date: Mon Apr 30 13:19:36 2018
New Revision: 468699
URL: https://svnweb.freebsd.org/changeset/ports/468699

Log:
  multimedia/gstreamer1-libav: unbreak FFMPEG=off with CPUTYPE >= haswell
  
  In file included from libavcodec/hevc_cabac.c:27:
  In file included from libavcodec/cabac_functions.h:46:
  libavcodec/x86/cabac.h:193:9: error: inline assembly requires more registers than available
          BRANCHLESS_GET_CABAC("%0", "%q0", "(%4)", "%1", "%w1",
          ^
  libavcodec/x86/cabac.h:143:9: note: expanded from macro 'BRANCHLESS_GET_CABAC'
          "movzbl "statep"    , "ret"                                     \n\t"\
          ^
  libavcodec/x86/cabac.h:193:9: error: inline assembly requires more registers than available
  libavcodec/x86/cabac.h:143:9: note: expanded from macro 'BRANCHLESS_GET_CABAC'
          "movzbl "statep"    , "ret"                                     \n\t"\
          ^
  libavcodec/x86/cabac.h:193:9: error: inline assembly requires more registers than available
  libavcodec/x86/cabac.h:143:9: note: expanded from macro 'BRANCHLESS_GET_CABAC'
          "movzbl "statep"    , "ret"                                     \n\t"\
          ^
  libavcodec/x86/cabac.h:193:9: error: inline assembly requires more registers than available
  libavcodec/x86/cabac.h:143:9: note: expanded from macro 'BRANCHLESS_GET_CABAC'
          "movzbl "statep"    , "ret"                                     \n\t"\
          ^
  libavcodec/x86/cabac.h:193:9: error: inline assembly requires more registers than available
  libavcodec/x86/cabac.h:143:9: note: expanded from macro 'BRANCHLESS_GET_CABAC'
          "movzbl "statep"    , "ret"                                     \n\t"\
          ^
  libavcodec/x86/cabac.h:193:9: error: inline assembly requires more registers than available
  libavcodec/x86/cabac.h:143:9: note: expanded from macro 'BRANCHLESS_GET_CABAC'
          "movzbl "statep"    , "ret"                                     \n\t"\
          ^
  libavcodec/x86/cabac.h:193:9: error: inline assembly requires more registers than available
  libavcodec/x86/cabac.h:143:9: note: expanded from macro 'BRANCHLESS_GET_CABAC'
          "movzbl "statep"    , "ret"                                     \n\t"\
          ^
  libavcodec/x86/cabac.h:193:9: error: inline assembly requires more registers than available
  libavcodec/x86/cabac.h:143:9: note: expanded from macro 'BRANCHLESS_GET_CABAC'
          "movzbl "statep"    , "ret"                                     \n\t"\
          ^
  libavcodec/x86/cabac.h:193:9: error: inline assembly requires more registers than available
  libavcodec/x86/cabac.h:143:9: note: expanded from macro 'BRANCHLESS_GET_CABAC'
          "movzbl "statep"    , "ret"                                     \n\t"\
          ^
  libavcodec/x86/cabac.h:193:9: error: inline assembly requires more registers than available
  libavcodec/x86/cabac.h:143:9: note: expanded from macro 'BRANCHLESS_GET_CABAC'
          "movzbl "statep"    , "ret"                                     \n\t"\
          ^
  libavcodec/x86/cabac.h:193:9: error: inline assembly requires more registers than available
  libavcodec/x86/cabac.h:143:9: note: expanded from macro 'BRANCHLESS_GET_CABAC'
          "movzbl "statep"    , "ret"                                     \n\t"\
          ^

Added:
  head/multimedia/gstreamer1-libav/files/
  head/multimedia/gstreamer1-libav/files/patch-gst-libs_ext_libav_libavutil_x86_asm.h
     - copied, changed from r468697, head/multimedia/ffmpeg/files/patch-libavutil-x86-asm.h

Copied and modified: head/multimedia/gstreamer1-libav/files/patch-gst-libs_ext_libav_libavutil_x86_asm.h (from r468697, head/multimedia/ffmpeg/files/patch-libavutil-x86-asm.h)
==============================================================================
--- head/multimedia/ffmpeg/files/patch-libavutil-x86-asm.h	Mon Apr 30 13:12:56 2018	(r468697, copy source)
+++ head/multimedia/gstreamer1-libav/files/patch-gst-libs_ext_libav_libavutil_x86_asm.h	Mon Apr 30 13:19:36 2018	(r468699)
@@ -1,6 +1,6 @@
---- libavutil/x86/asm.h.orig	2015-06-19 20:44:54 UTC
-+++ libavutil/x86/asm.h
-@@ -71,7 +71,7 @@ typedef int32_t x86_reg;
+--- gst-libs/ext/libav/libavutil/x86/asm.h.orig	2017-09-18 13:21:09 UTC
++++ gst-libs/ext/libav/libavutil/x86/asm.h
+@@ -72,7 +72,7 @@ typedef int32_t x86_reg;
  typedef int x86_reg;
  #endif
  


More information about the svn-ports-head mailing list