mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
libshout: fix compilation with GCC14
Missing headers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libshout
|
PKG_NAME:=libshout
|
||||||
PKG_VERSION:=2.4.6
|
PKG_VERSION:=2.4.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://downloads.us.xiph.org/releases/libshout/
|
PKG_SOURCE_URL:=https://downloads.us.xiph.org/releases/libshout/
|
||||||
|
|||||||
11
libs/libshout/patches/010-gcc14.patch
Normal file
11
libs/libshout/patches/010-gcc14.patch
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
--- a/src/shout_private.h
|
||||||
|
+++ b/src/shout_private.h
|
||||||
|
@@ -33,6 +33,8 @@
|
||||||
|
#include <common/timing/timing.h>
|
||||||
|
#include "util.h"
|
||||||
|
|
||||||
|
+#include <stdio.h>
|
||||||
|
+#include <stdlib.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_STDINT_H
|
||||||
Reference in New Issue
Block a user