This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 5041a6ac90e4aaf48e6694f0a2b3cd6981dbb362
Author:     Kacper Michajłow <[email protected]>
AuthorDate: Mon Jun 22 14:05:31 2026 +0200
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Mon Jun 22 16:18:59 2026 +0000

    fftools/ffplay_renderer: remove PL_API_VER check
---
 fftools/ffplay_renderer.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/fftools/ffplay_renderer.c b/fftools/ffplay_renderer.c
index e7fa7197cb..27e304888f 100644
--- a/fftools/ffplay_renderer.c
+++ b/fftools/ffplay_renderer.c
@@ -23,9 +23,7 @@
 #include "ffplay_renderer.h"
 
 #if (SDL_VERSION_ATLEAST(2, 0, 6) && CONFIG_LIBPLACEBO)
-/* Get PL_API_VER */
-#include <libplacebo/config.h>
-#define HAVE_VULKAN_RENDERER (PL_API_VER >= 278)
+#define HAVE_VULKAN_RENDERER 1
 #else
 #define HAVE_VULKAN_RENDERER 0
 #endif

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to