multimedia/libva: drop DEBUG option

Neither NDEBUG nor _DEBUG are used by libva itself. NDEBUG guards
assert() but libva doesn't use those despite including <assert.h>.
This commit is contained in:
Jan Beich 2019-01-18 00:17:00 +00:00
parent 8f57676c02
commit 80bf417f55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490615

View file

@ -23,13 +23,10 @@ USE_GITHUB= yes
GH_ACCOUNT= intel
LDFLAGS+= -lpthread # for pthread_getthreadid_np
OPTIONS_DEFINE= DEBUG WAYLAND X11
OPTIONS_DEFINE= WAYLAND X11
OPTIONS_DEFAULT=WAYLAND X11
OPTIONS_SUB= yes
DEBUG_CFLAGS= -D_DEBUG
DEBUG_CFLAGS_OFF= -DNDEBUG
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland
WAYLAND_MESON_YES= with_wayland