mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 01:42:06 +00:00
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:
parent
a27eb96811
commit
e6ed1840a1
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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
|
||||
@ -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_ */
|
||||
Loading…
Reference in New Issue
Block a user