Rename dcc-encoders.[ch] to image-encoders.[ch]

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
Frediano Ziglio 2016-06-17 11:54:54 +01:00
parent a27eb96811
commit e6ed1840a1
4 changed files with 7 additions and 7 deletions

View File

@ -148,8 +148,8 @@ libserver_la_SOURCES = \
dcc-send.c \
dcc.h \
display-limits.h \
dcc-encoders.c \
dcc-encoders.h \
image-encoders.c \
image-encoders.h \
$(NULL)
if HAVE_LZ4

View File

@ -21,7 +21,7 @@
#include "red-worker.h"
#include "pixmap-cache.h"
#include "cache-item.h"
#include "dcc-encoders.h"
#include "image-encoders.h"
#include "stream.h"
#include "display-limits.h"

View File

@ -21,7 +21,7 @@
#include <glib.h>
#include "dcc-encoders.h"
#include "image-encoders.h"
#include "spice-bitmap-utils.h"
#include "red-worker.h" // red_drawable_unref
#include "pixmap-cache.h" // MAX_CACHE_CLIENTS

View File

@ -15,8 +15,8 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DCC_ENCODERS_H_
#define DCC_ENCODERS_H_
#ifndef IMAGE_ENCODERS_H_
#define IMAGE_ENCODERS_H_
#include <setjmp.h>
#include <common/quic.h>
@ -214,4 +214,4 @@ int image_encoders_compress_glz(ImageEncoders *enc,
#define RED_RELEASE_BUNCH_SIZE 64
#endif /* DCC_ENCODERS_H_ */
#endif /* IMAGE_ENCODERS_H_ */