Skip to content

Commit

Permalink
multimedia/libva-intel-hybrid-driver: unbreak build with clang 16
Browse files Browse the repository at this point in the history
In file included from intel_hybrid_hostvld_vp9.cpp:67:
./intel_hybrid_hostvld_vp9_engine.h:116:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
    register INT                     iNumBits);
    ^~~~~~~~~

Reported by:	pkg-fallout
  • Loading branch information
jbeich committed Jun 25, 2023
1 parent 32a8753 commit 4828dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multimedia/libva-intel-hybrid-driver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ LIB_DEPENDS= libdrm_intel.so:graphics/libdrm \
libva.so:multimedia/libva

USES= autoreconf compiler:c11 gmake libtool pkgconfig
USE_CXXSTD= gnu++98
USE_GITHUB= yes
GH_ACCOUNT= intel
GNU_CONFIGURE= yes
Expand Down

0 comments on commit 4828dae

Please sign in to comment.