Package: gmerlin-avdecoder / 2.0.0~svn6298~dfsg0-5

missing-includes.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: add missing includes
 to prevent FTBFS due to implicit declarations
Author: IOhannes m zmölnig
Origin: Debian
Bug: https://github.com/bplaum/gmerlin-avdecoder/issues/11
Last-Update: 2024-06-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- gmerlin-avdecoder.orig/plugins/options.c
+++ gmerlin-avdecoder/plugins/options.c
@@ -25,6 +25,8 @@
 #include <avdec.h>
 #include "options.h"
 
+#include <stdlib.h>
+
 void
 bg_avdec_option_set_parameter(bgav_options_t * opt, const char * name,
                               const gavl_value_t * val)