mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 23:40:26 +00:00
Configure: VideoMaster headers are now in Include also in Windows
This commit is contained in:
12
configure.ac
12
configure.ac
@@ -997,18 +997,12 @@ if test $system = Linux -o $system = Windows
|
||||
then
|
||||
AC_LANG_PUSH(C++)
|
||||
|
||||
if test $system = Windows; then
|
||||
HEADER_SUBDIR="Header"
|
||||
else
|
||||
HEADER_SUBDIR="Include"
|
||||
fi
|
||||
|
||||
if test -n "$DELTACAST_PATH"
|
||||
then
|
||||
CXXFLAGS_SAVE=$CXXFLAGS
|
||||
CXXFLAGS="$CXXFLAGS -I$DELTACAST_PATH/$HEADER_SUBDIR"
|
||||
CXXFLAGS="$CXXFLAGS -I$DELTACAST_PATH/Include"
|
||||
CPPFLAGS_SAVE=$CPPFLAGS
|
||||
CPPFLAGS="$CPPFLAGS -I$DELTACAST_PATH/$HEADER_SUBDIR"
|
||||
CPPFLAGS="$CPPFLAGS -I$DELTACAST_PATH/Include"
|
||||
fi
|
||||
|
||||
if test $system = Windows; then
|
||||
@@ -1081,7 +1075,7 @@ if test $deltacast_req != no -a $deltacast_found = yes
|
||||
then
|
||||
if test -n "$DELTACAST_PATH"
|
||||
then
|
||||
DELTACAST_INC="-I$DELTACAST_PATH/$HEADER_SUBDIR"
|
||||
DELTACAST_INC="-I$DELTACAST_PATH/Include"
|
||||
fi
|
||||
DELTACAST_CAP_OBJ="src/video_capture/deltacast.o src/video_capture/deltacast_dvi.o"
|
||||
DELTACAST_DISP_OBJ="src/video_display/deltacast.o"
|
||||
|
||||
Reference in New Issue
Block a user