We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f9e61 commit a7322bdCopy full SHA for a7322bd
configure.ac
@@ -1182,7 +1182,7 @@ if test "$deltacast_req" != no; then
1182
fi
1183
1184
if test "$deltacast_found" = yes; then
1185
- INC="$INC${DELTA_INC:- $DELTA_INC}"
+ INC="$INC${DELTA_INC:+ $DELTA_INC}"
1186
add_module vidcap_deltacast "src/deltacast_common.o \
1187
src/video_capture/deltacast.o src/video_capture/deltacast_dvi.o" "$DELTACAST_LIB"
1188
add_module display_deltacast "src/deltacast_common.o \
0 commit comments