Skip to content

Commit c4f677b

Browse files
committed
theora: update to 1.2.0
Signed-off-by: Rosen Penev <[email protected]>
1 parent 5e3498b commit c4f677b

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4044,6 +4044,7 @@
40444044
"theora"
40454045
],
40464046
"versions": [
4047+
"1.2.0-1",
40474048
"1.1.1-6",
40484049
"1.1.1-5",
40494050
"1.1.1-4",

subprojects/packagefiles/theora/lib/meson.build

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,20 @@ if asm
4747
'x86/mmxfrag.c',
4848
'x86/mmxidct.c',
4949
'x86/mmxstate.c',
50+
'x86/sse2encfrag.c',
5051
'x86/sse2fdct.c',
52+
'x86/sse2idct.c',
53+
'x86/x86cpu.c',
5154
'x86/x86enc.c',
55+
'x86/x86enquant.c',
5256
'x86/x86state.c',
5357
)
5458
decoder_sources += files(
5559
'x86/mmxfrag.c',
5660
'x86/mmxidct.c',
5761
'x86/mmxstate.c',
62+
'x86/sse2idct.c',
63+
'x86/x86cpu.c',
5864
'x86/x86state.c',
5965
)
6066
endif
@@ -64,6 +70,8 @@ if asm
6470
'x86/mmxfrag.c',
6571
'x86/mmxidct.c',
6672
'x86/mmxstate.c',
73+
'x86/sse2idct.c',
74+
'x86/x86cpu.c',
6775
'x86/x86state.c',
6876
)
6977
encoder_sources += files(
@@ -72,7 +80,11 @@ if asm
7280
'x86/mmxfrag.c',
7381
'x86/mmxidct.c',
7482
'x86/mmxstate.c',
83+
'x86/sse2encfrag.c',
84+
'x86/sse2idct.c',
85+
'x86/x86cpu.c',
7586
'x86/x86enc.c',
87+
'x86/x86enquant.c',
7688
'x86/x86state.c',
7789
)
7890
else
@@ -82,13 +94,15 @@ if asm
8294
'x86_vc/mmxfrag.c',
8395
'x86_vc/mmxidct.c',
8496
'x86_vc/mmxstate.c',
97+
'x86_vc/x86cpu.c',
8598
'x86_vc/x86enc.c',
8699
'x86_vc/x86state.c',
87100
)
88101
decoder_sources += files(
89102
'x86_vc/mmxfrag.c',
90103
'x86_vc/mmxidct.c',
91104
'x86_vc/mmxstate.c',
105+
'x86_vc/x86cpu.c',
92106
'x86_vc/x86state.c',
93107
)
94108
endif

subprojects/packagefiles/theora/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'theora',
33
'c',
44
'cpp',
5-
version: '1.1.1',
5+
version: '1.2.0',
66
meson_version: '>= 0.49.0',
77
license: 'BSD-3-Clause',
88
default_options: ['c_std=c11'],

subprojects/theora.wrap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[wrap-file]
2-
directory = libtheora-1.1.1
3-
source_url = https://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
4-
source_filename = libtheora-1.1.1.tar.bz2
5-
source_hash = b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc
2+
directory = libtheora-1.2.0
3+
source_url = https://downloads.xiph.org/releases/theora/libtheora-1.2.0.tar.xz
4+
source_filename = libtheora-1.2.0.tar.xz
5+
source_hash = ebdf77a8f5c0a8f7a9e42323844fa09502b34eb1d1fece7b5f54da41fe2122ec
66
patch_directory = theora
77

88
[provide]

0 commit comments

Comments
 (0)