Skip to content

Commit

Permalink
rename rfxcompose to rfxencode_compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorg71 committed Apr 6, 2017
1 parent 64add73 commit d58093a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
2 changes: 1 addition & 1 deletion src/rfxencode.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include "rfxcommon.h"
#include "rfxencode.h"
#include "rfxcompose.h"
#include "rfxencode_compose.h"
#include "rfxconstants.h"
#include "rfxencode_tile.h"

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d58093a

Please sign in to comment.