mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-28 01:34:40 +00:00
66e50e96b9
* L4T: Fix/Enable NVV4l2 decoder in libreelec builds. * L4T: LibreELEC: Allow Kodi to run as root * L4T: Small Tree Cleanup * Bluez: Switch: LibreELEC: Fix fast connect on all switch builds, not just lakka. * L4T: Finish ffmpeg 6.0 patchset * L4T: Fix building newer libcec for switch * L4T: switch-bsp: Update dock hotplug to check distro stuff, before integrating CEC and bump version.
26 lines
672 B
Diff
26 lines
672 B
Diff
From 157e6cffa1464b66809d32b5d511f62882068dcd Mon Sep 17 00:00:00 2001
|
|
From: Azkali Manad <a.ffcc7@gmail.com>
|
|
Date: Wed, 25 Jan 2023 03:42:59 +0100
|
|
Subject: [PATCH 25/39] codecs: nvv4l2: add encode.h header needed for
|
|
ff_alloc_packet
|
|
|
|
---
|
|
libavcodec/nvv4l2_enc.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/libavcodec/nvv4l2_enc.c b/libavcodec/nvv4l2_enc.c
|
|
index 7f1aad1b32..6c3d276f31 100644
|
|
--- a/libavcodec/nvv4l2_enc.c
|
|
+++ b/libavcodec/nvv4l2_enc.c
|
|
@@ -29,6 +29,7 @@
|
|
#include <fcntl.h>
|
|
#include <errno.h>
|
|
#include "codec_internal.h"
|
|
+#include "encode.h"
|
|
#include "libavutil/imgutils.h"
|
|
#include "libavutil/log.h"
|
|
#include "libavutil/opt.h"
|
|
--
|
|
2.25.1
|
|
|