From fd53322035fabe7f4599f8f7f33300a2ae71f54c Mon Sep 17 00:00:00 2001 From: "ryan.kuba" Date: Sun, 26 Jan 2025 02:31:10 +0500 Subject: [PATCH] fix makefile --- unix/xserver/hw/vnc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am index adf84e6..403dd7f 100644 --- a/unix/xserver/hw/vnc/Makefile.am +++ b/unix/xserver/hw/vnc/Makefile.am @@ -53,7 +53,7 @@ Xvnc_CPPFLAGS = $(XVNC_CPPFLAGS) -DKASMVNC -DNO_MODULE_EXTS \ Xvnc_LDADD = $(XVNC_LIBS) libvnccommon.la $(COMMON_LIBS) \ $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) $(XVNC_SYS_LIBS) -lX11 -lwebp -lsharpyuv -lssl -lcrypto -lcrypt \ - -lfreetype -lvpx + -lfreetype -lvpx -lavcodec -lavutil -lavformat -lswscale Xvnc_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) -fopenmp