Skip to content

Commit

Permalink
work on nvenc
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorg71 committed May 25, 2024
1 parent 48ff245 commit 6140e36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions xrdp_accel_assist/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if XRDP_NVENC
AM_CPPFLAGS += -DXRDP_NVENC
AM_CPPFLAGS += $(XRDP_NVENC_CFLAGS)
XRDP_EXTRA_LIBS += $(XRDP_NVENC_LIBS)
XRDP_EXTRA_SOURCES += xrdp_accel_assist_nvenc.c xrdp_accel_assist_nvenc.h encoder_headers/nvEncodeAPI.h
XRDP_EXTRA_SOURCES += xrdp_accel_assist_nvenc.c xrdp_accel_assist_nvenc.h encoder_headers/nvEncodeAPI_11_1.h
endif

if XRDP_YAMI
Expand All @@ -20,8 +20,8 @@ XRDP_EXTRA_LIBS += $(XRDP_YAMI_LIBS)
XRDP_EXTRA_SOURCES += xrdp_accel_assist_yami.c xrdp_accel_assist_yami.h encoder_headers/yami_inf.h
endif

bin_PROGRAMS = \
xrdp_accel_assist
pkglibexec_PROGRAMS = \
xrdp-accel-assist

xrdp_accel_assist_SOURCES = \
xrdp_accel_assist.c \
Expand Down
4 changes: 2 additions & 2 deletions xrdp_accel_assist/xrdp_accel_assist.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,9 +899,9 @@ xrdp_accel_assist_setup_log(void)
{
get_display_num_from_display(display_text);
}
g_snprintf(log_file, 255, "%s/xrdp_accel_assist.%d.log", log_path,
g_snprintf(log_file, 255, "%s/xrdp-accel-assist.%d.log", log_path,
g_display_num);
g_writeln("xrdp_accel_assist::xrdp_accel_assist_setup_log: using "
g_writeln("xrdp-accel-assist::xrdp_accel_assist_setup_log: using "
"log file [%s]", log_file);
if (g_file_exist(log_file))
{
Expand Down

0 comments on commit 6140e36

Please sign in to comment.