Skip to content

Commit 2b81256

Browse files
committed
Enable debug_info symbols for tvheadend, ffmpeg and videodrivers
1 parent a34c65e commit 2b81256

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

spk/ffmpeg7/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ DESCRIPTION_FRE = FFmpeg est une solution complète multiplateforme pour enregis
1515
DISPLAY_NAME = FFmpeg $(firstword $(subst ., ,$(SPK_VERS)))
1616
STARTABLE = no
1717

18+
GCC_DEBUG_INFO := 1
19+
1820
HOMEPAGE = https://www.ffmpeg.org/
1921
LICENSE = GPLv3
2022

spk/synocli-videodriver/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ DESCRIPTION = "Provides video driver support for Intel GPU acceleration includin
88
DISPLAY_NAME = SynoCli Video Drivers
99
STARTABLE = no
1010

11+
GCC_DEBUG_INFO := 1
12+
1113
HOMEPAGE = https://github.com/intel/compute-runtime
1214
LICENSE = MIT license
1315

spk/tvheadend/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ DSM_UI_DIR = app
1313
# 000-fix-version.patch from cross/tvheadend
1414
export TVH_VERS
1515

16+
GCC_DEBUG_INFO := 1
17+
1618
FFMPEG_PACKAGE = ffmpeg7
1719
PYTHON_PACKAGE = python312
1820
SPK_DEPENDS = 'python312:$(FFMPEG_PACKAGE)'

0 commit comments

Comments
 (0)