From b0a8787eaf76a36f087de7c9d9d915f8bb699781 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 26 Jul 2016 12:22:27 +0300 Subject: [PATCH] Linking libav-drm statically. --- Telegram/build/makefile_static.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/build/makefile_static.sh b/Telegram/build/makefile_static.sh index da1c19c1a6..014698e90b 100755 --- a/Telegram/build/makefile_static.sh +++ b/Telegram/build/makefile_static.sh @@ -66,4 +66,5 @@ Replace '\-lswresample' "$LocalDirPath\/libswresample\.a" Replace '\-lswscale' "$LocalDirPath\/libswscale\.a" Replace '\-lavutil' "$LocalDirPath\/libavutil\.a" Replace '\-lva-x11' "$LocalDirPath\/libva-x11\.a" +Replace '\-lva-drm' "$LocalDirPath\/libva-drm\.a" Replace '\-lva' "$LocalDirPath\/libva\.a"