mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 13:40:21 +00:00
configure: fix adding DELTA_INC
:+ instead of :- (if not empty, actually appended _without_ the space)
commit 3f9fe348 (2025-10-23)
This commit is contained in:
@@ -1182,7 +1182,7 @@ if test "$deltacast_req" != no; then
|
||||
fi
|
||||
fi
|
||||
if test "$deltacast_found" = yes; then
|
||||
INC="$INC${DELTA_INC:- $DELTA_INC}"
|
||||
INC="$INC${DELTA_INC:+ $DELTA_INC}"
|
||||
add_module vidcap_deltacast "src/deltacast_common.o \
|
||||
src/video_capture/deltacast.o src/video_capture/deltacast_dvi.o" "$DELTACAST_LIB"
|
||||
add_module display_deltacast "src/deltacast_common.o \
|
||||
|
||||
Reference in New Issue
Block a user