From 170fef435598e19f30a50107a7cd2f1979be2e68 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 20 Feb 2015 10:33:32 +0100 Subject: [PATCH] Fixed out-of-tree build --- Makefile.in | 2 +- autogen.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 24d54916e..2b4014c81 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ NVCCFLAGS = @NVCCFLAGS@ -gencode arch=compute_20,code=sm_20 -gencode arch=co LDFLAGS = @LDFLAGS@ LIBS += @LIBS@ @JACK_TRANS_LIB@ @MATHLIBS@ @COREAUDIO_LIB@ \ -lm -pthread -INC = -Isrc -I$(srcdir) -I$(srcdir)/src -I$(srcdir)/test @DVS_INC@ @DELTACAST_INC@ @QUICKTIME_INC@ @RTSP_INC@ @DECKLINK_INC@ @PORTAUDIO_INC@ \ +INC = -Isrc -I$(srcdir) -I$(srcdir)/src -I$(srcdir)/test -Idxt_compress @DVS_INC@ @DELTACAST_INC@ @QUICKTIME_INC@ @RTSP_INC@ @DECKLINK_INC@ @PORTAUDIO_INC@ \ @GL_INC@ @SAGE_INC@ @JACK_TRANS_INC@ @JPEG_INC@ @COREAUDIO_INC@ @SPEEX_INC@ \ @BLUEFISH444_INC@ @CURSES_CFLAGS@ @CUDA_INC@ @AJA_INC@ DECKLINK_PATH = @DECKLINK_PATH@ diff --git a/autogen.sh b/autogen.sh index 705368f22..35f15fd49 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,9 +8,8 @@ test -z "$srcdir" && srcdir=. ORIGDIR=`pwd` -git submodule update --init ldgm - cd $srcdir +git submodule update --init ldgm aclocal autoheader autoconf