From f20452ba66ff581965573032d0bb0aee15813a33 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 4 Nov 2024 20:31:43 -0800 Subject: [PATCH] rpi frontend needs -lm too --- rpi/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/rpi/CMakeLists.txt b/rpi/CMakeLists.txt index 98ad1ca..21747a1 100644 --- a/rpi/CMakeLists.txt +++ b/rpi/CMakeLists.txt @@ -27,4 +27,5 @@ target_link_libraries(vanilla-pi PRIVATE FFmpeg::swscale drm + m )