xine-lib/xine-lib-theora.patch
Dave Plater fba03c173e - Add xine-lib-configure-c99.patch to avoid C99 violations during
configure phase [boo#1225957]

If the request is OK, please forward it to Factory soon-ish so that we
can switch the default compiler.

OBS-URL: https://build.opensuse.org/package/show/multimedia:xine/xine-lib?expand=0&rev=151
2024-07-15 15:53:06 +00:00

14 lines
783 B
Diff

Index: xine-lib-1.2.10/src/xine-engine/buffer_types.c
===================================================================
--- xine-lib-1.2.10.orig/src/xine-engine/buffer_types.c 2020-01-25 12:58:18.799239039 +0200
+++ xine-lib-1.2.10/src/xine-engine/buffer_types.c 2020-01-25 13:10:17.475944459 +0200
@@ -248,6 +248,8 @@ static const uint32_t sorted_video_4ccs[
BE_FOURCC('S', 'N', 'O', 'W'), BUF_VIDEO_SNOW,
BE_FOURCC('S', 'V', 'Q', '1'), BUF_VIDEO_SORENSON_V1,
BE_FOURCC('S', 'V', 'Q', '3'), BUF_VIDEO_SORENSON_V3,
+ BE_FOURCC('t', 'h', 'e', 'o'), BUF_VIDEO_THEORA,
+ BE_FOURCC('T', 'H', 'E', 'O'), BUF_VIDEO_THEORA,
BE_FOURCC('T', 'M', '2', '0'), BUF_VIDEO_DUCKTM2,
BE_FOURCC('U', '2', '6', '3'), BUF_VIDEO_H263,
BE_FOURCC('U', 'C', 'O', 'D'), BUF_VIDEO_UCOD,