mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-08 03:06:27 +00:00
configure: delta: new SDK (6.3X inc path)
VideoMaster 6.30 and above has slightly different include path so in addition to the original add the new -I path.
This commit is contained in:
10
configure.ac
10
configure.ac
@@ -1107,10 +1107,12 @@ if test "$deltacast_req" != no; then
|
|||||||
AC_LANG_PUSH(C++)
|
AC_LANG_PUSH(C++)
|
||||||
|
|
||||||
if test -n "$DELTACAST_PATH"; then
|
if test -n "$DELTACAST_PATH"; then
|
||||||
|
DELTA_INC="-I$DELTACAST_PATH/Include\
|
||||||
|
-I$DELTACAST_PATH/include/videomaster"
|
||||||
CXXFLAGS_SAVE=$CXXFLAGS
|
CXXFLAGS_SAVE=$CXXFLAGS
|
||||||
CXXFLAGS="$CXXFLAGS -I$DELTACAST_PATH/Include"
|
CXXFLAGS="$CXXFLAGS ${DELTA_INC?}"
|
||||||
CPPFLAGS_SAVE=$CPPFLAGS
|
CPPFLAGS_SAVE=$CPPFLAGS
|
||||||
CPPFLAGS="$CPPFLAGS -I$DELTACAST_PATH/Include"
|
CPPFLAGS="$CPPFLAGS ${DELTA_INC?}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test $system = Windows; then
|
if test $system = Windows; then
|
||||||
@@ -1180,9 +1182,7 @@ if test "$deltacast_req" != no; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if test "$deltacast_found" = yes; then
|
if test "$deltacast_found" = yes; then
|
||||||
if test -n "$DELTACAST_PATH"; then
|
INC="$INC${DELTA_INC:- $DELTA_INC}"
|
||||||
INC="$INC -I$DELTACAST_PATH/Include"
|
|
||||||
fi
|
|
||||||
add_module vidcap_deltacast "src/deltacast_common.o \
|
add_module vidcap_deltacast "src/deltacast_common.o \
|
||||||
src/video_capture/deltacast.o src/video_capture/deltacast_dvi.o" "$DELTACAST_LIB"
|
src/video_capture/deltacast.o src/video_capture/deltacast_dvi.o" "$DELTACAST_LIB"
|
||||||
add_module display_deltacast "src/deltacast_common.o \
|
add_module display_deltacast "src/deltacast_common.o \
|
||||||
|
|||||||
Reference in New Issue
Block a user