File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
libs/openFrameworksCompiled/project/makefileCommon Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ ifndef GST_VERSION
44
44
ifeq ($(shell export PKG_CONFIG_LIBDIR=$(PKG_CONFIG_LIBDIR);pkg-config gstreamer-1.0 --exists; echo $$?),0)
45
45
GST_VERSION = 1.0
46
46
ifdef MAKEFILE_DEBUG
47
- $(info GSTVERSION=$(GST_VERSION))
47
+ $(info GSTVERSION=$(GST_VERSION))
48
48
endif
49
49
else
50
50
GST_VERSION = 0.10
51
51
ifdef MAKEFILE_DEBUG
52
- $(info GSTVERSION=$(GST_VERSION))
53
- $(info $(shell export PKG_CONFIG_LIBDIR=$(PKG_CONFIG_LIBDIR);pkg-config gstreamer-1.0 --exists; echo $$?))
52
+ $(info GSTVERSION=$(GST_VERSION))
53
+ $(info $(shell export PKG_CONFIG_LIBDIR=$(PKG_CONFIG_LIBDIR);pkg-config gstreamer-1.0 --exists; echo $$?))
54
54
endif
55
55
endif
56
56
else
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- set -ev
2
+ set -e
3
3
ROOT=${TRAVIS_BUILD_DIR:- " $( cd " $( dirname " $0 " ) /../../../.." ; pwd -P ) " }
4
4
# Add compiler flag to reduce memory usage to enable builds to complete
5
5
# see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746#c7
You can’t perform that action at this time.
0 commit comments