Skip to content

Commit

Permalink
multimedia/dav1d: unbreak with --auto-features=enabled
Browse files Browse the repository at this point in the history
tools/meson.build:50:8: ERROR: Problem encountered: C symbol XXH3_createState not found in header xxhash.h

https://code.videolan.org/videolan/dav1d/-/commit/e61685253608

PR:		270361
  • Loading branch information
jbeich committed Mar 20, 2023
1 parent 3e67856 commit e132a2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion multimedia/dav1d/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GL_ACCOUNT= videolan
GL_COMMIT= 9593e625b75d498d1edea544da21ea764b98d507
LDFLAGS_i386= -Wl,-z,notext

OPTIONS_DEFINE= SDL TEST
OPTIONS_DEFINE= SDL TEST XXHASH
OPTIONS_SUB= yes

SDL_USES= pkgconfig sdl
Expand All @@ -35,6 +35,11 @@ SDL_MESON_TRUE= enable_examples
TEST_GL_TUPLE= videolan:dav1d-test-data:b1bb21f24d1c97e6bcbbc2db9c39155c4354c4bc:testdata/tests/dav1d-test-data
TEST_MESON_TRUE=enable_tests testdata_tests

XXHASH_DESC= xxHash 3 muxer
XXHASH_BUILD_DEPENDS= xxhash>0:devel/xxhash
XXHASH_USES= localbase
XXHASH_MESON_ENABLED= xxhash_muxer

.if make(makesum) # for optional distfiles
.MAKEFLAGS: WITH="${OPTIONS_DEFINE}"
.endif
Expand Down

0 comments on commit e132a2c

Please sign in to comment.