Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2017-04-06 09:37:16 +0300
committerJay Sorg <jay.sorg@gmail.com>2017-04-06 09:37:16 +0300
commitd58093ac2fe73fc37c59ef6e5ce8a54126d786fa (patch)
treee8545b57f780a0de17ded5a7cc3706e97257af32
parent64add735cc430ca47044774c11a419db09f24a9e (diff)
rename rfxcompose to rfxencode_compose
-rw-r--r--src/Makefile.am4
-rw-r--r--src/rfxencode.c2
-rw-r--r--src/rfxencode_compose.c (renamed from src/rfxcompose.c)0
-rw-r--r--src/rfxencode_compose.h (renamed from src/rfxcompose.h)0
4 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4e20371..ea85e7c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,7 +20,7 @@ endif
noinst_HEADERS = \
rfx_bitstream.h \
rfxcommon.h \
- rfxcompose.h \
+ rfxencode_compose.h \
rfxconstants.h \
rfxencode_alpha.h \
rfxencode_differential.h \
@@ -36,7 +36,7 @@ noinst_HEADERS = \
lib_LTLIBRARIES = librfxencode.la
librfxencode_la_SOURCES = $(noinst_HEADERS) rfxencode.c \
- rfxcompose.c rfxencode_tile.c rfxencode_dwt.c \
+ rfxencode_compose.c rfxencode_tile.c rfxencode_dwt.c \
rfxencode_quantization.c rfxencode_differential.c \
rfxencode_rlgr1.c rfxencode_rlgr3.c rfxencode_alpha.c \
rfxencode_diff_rlgr1.c rfxencode_diff_rlgr3.c
diff --git a/src/rfxencode.c b/src/rfxencode.c
index 315c6e9..bd5d7b7 100644
--- a/src/rfxencode.c
+++ b/src/rfxencode.c
@@ -28,7 +28,7 @@
#include "rfxcommon.h"
#include "rfxencode.h"
-#include "rfxcompose.h"
+#include "rfxencode_compose.h"
#include "rfxconstants.h"
#include "rfxencode_tile.h"
diff --git a/src/rfxcompose.c b/src/rfxencode_compose.c
index 3c0f87a..3c0f87a 100644
--- a/src/rfxcompose.c
+++ b/src/rfxencode_compose.c
diff --git a/src/rfxcompose.h b/src/rfxencode_compose.h
index 6fde0f3..6fde0f3 100644
--- a/src/rfxcompose.h
+++ b/src/rfxencode_compose.h