arty-fx: upgrade 1.3+ -> 1.3.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -17,9 +17,9 @@ SRC_URI = " \
|
||||
file://0001-Do-not-overwrite-build-flags-it-causes-trouble-for-m.patch \
|
||||
file://0002-avtk-remove-sse-flags-they-work-on-intel-hardware-on.patch \
|
||||
"
|
||||
SRCREV = "6010d1a6034ea684cc2edb22021f034122ccf814"
|
||||
SRCREV = "9b147f25c5b0e45e52c10d9b148ff04e7cc24951"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.3+git${SRCPV}"
|
||||
PV = "1.3.1"
|
||||
|
||||
EXTRA_OECMAKE += " \
|
||||
-DBUILD_SSE=OFF \
|
||||
|
||||
@@ -9,24 +9,22 @@ Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
CMakeLists.txt | 4 +---
|
||||
1 file changed, 1 insertion(+), 3 deletions(-)
|
||||
CMakeLists.txt | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 1c290ba..561f254 100644
|
||||
index 7c23e9e..b177dba 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -24,9 +24,7 @@ pkg_check_modules(SND sndfile REQUIRED)
|
||||
include_directories( ${SND_INCLUDE_DIRS} )
|
||||
#target_link_libraries( avtkDemo ${CAIRO_LIBRARIES} )
|
||||
|
||||
-SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fPIC -shared -L./src/avtk -Wl,--no-undefined")
|
||||
@@ -28,8 +28,6 @@ SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fPIC -shared -L./sr
|
||||
if(NOT APPLE)
|
||||
SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined")
|
||||
endif()
|
||||
-SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -Wall -O1 -Wno-unused-variable")
|
||||
-SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall -O1 -Wno-unused-variable -ftree-vectorize")
|
||||
+SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fPIC -L./src/avtk")
|
||||
|
||||
# DSP sources
|
||||
FILE(GLOB sources src/dsp/*.cxx src/dsp/rr/*.cxx src/dsp/eq/*.cc )
|
||||
--
|
||||
2.21.1
|
||||
2.31.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user