aboutsummaryrefslogtreecommitdiffstats
path: root/src/scvpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scvpp')
-rw-r--r--src/scvpp/src/CMakeLists.txt4
-rw-r--r--src/scvpp/src/sc_vpp_comm.c (renamed from src/scvpp/src/sc_vpp_operation.c)0
-rw-r--r--src/scvpp/src/sc_vpp_comm.h (renamed from src/scvpp/src/sc_vpp_operation.h)0
-rw-r--r--src/scvpp/tests/scvpp_test.c2
4 files changed, 3 insertions, 3 deletions
diff --git a/src/scvpp/src/CMakeLists.txt b/src/scvpp/src/CMakeLists.txt
index 3961971..1a90220 100644
--- a/src/scvpp/src/CMakeLists.txt
+++ b/src/scvpp/src/CMakeLists.txt
@@ -17,12 +17,12 @@ include(GNUInstallDirs)
# scvpp sources
set(SCVPP_SOURCES
- sc_vpp_operation.c
+ sc_vpp_comm.c
)
# scvpp public headers
set(SCVPP_HEADERS
- sc_vpp_operation.h
+ sc_vpp_comm.h
)
set(CMAKE_C_FLAGS " -g -O0 -fpic -fPIC -std=gnu99 -Wl,-rpath-link=/usr/lib")
diff --git a/src/scvpp/src/sc_vpp_operation.c b/src/scvpp/src/sc_vpp_comm.c
index 3232403..3232403 100644
--- a/src/scvpp/src/sc_vpp_operation.c
+++ b/src/scvpp/src/sc_vpp_comm.c
diff --git a/src/scvpp/src/sc_vpp_operation.h b/src/scvpp/src/sc_vpp_comm.h
index 7c914f0..7c914f0 100644
--- a/src/scvpp/src/sc_vpp_operation.h
+++ b/src/scvpp/src/sc_vpp_comm.h
diff --git a/src/scvpp/tests/scvpp_test.c b/src/scvpp/tests/scvpp_test.c
index 114d190..81938f0 100644
--- a/src/scvpp/tests/scvpp_test.c
+++ b/src/scvpp/tests/scvpp_test.c
@@ -19,7 +19,7 @@
#include <setjmp.h>
#include <cmocka.h>
-#include "sc_vpp_operation.h"
+#include "sc_vpp_comm.h"
static int