Files
meta-openembedded/meta-oe/recipes-multimedia
Gyorgy Sarvari bdd2b53408 libplacebo: fix demos PACKAGECONFIG
In case the demos PACKAGECONFIG is enabled, linking fails with
the following error:

| /usr/src/debug/libplacebo/7.349.0/demos/plplay.c:669:(.text.startup+0x90): undefined reference to `parse_args'
| collect2: error: ld returned 1 exit status

The implementation of the missing function is guarded erroneously by
an ifdef flag (HAVE_NUKLEAR, which is only true in case headers from the nuklear
library are present - but in this recipe they are not included).

This patch moves the implementation of this function outside of the ifdef to
avoid the build failure.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-02-16 08:10:20 -08:00
..
2024-02-09 09:52:12 -08:00
2024-11-19 16:59:11 -08:00
2024-07-15 16:36:11 -07:00
2024-04-17 23:47:24 -07:00
2024-08-09 14:25:21 -07:00
2024-01-09 10:05:02 -08:00
2024-11-05 22:45:17 -08:00