File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 4044
4044
" theora"
4045
4045
],
4046
4046
"versions" : [
4047
+ " 1.2.0-1" ,
4047
4048
" 1.1.1-6" ,
4048
4049
" 1.1.1-5" ,
4049
4050
" 1.1.1-4" ,
Original file line number Diff line number Diff line change @@ -47,14 +47,20 @@ if asm
47
47
' x86/mmxfrag.c' ,
48
48
' x86/mmxidct.c' ,
49
49
' x86/mmxstate.c' ,
50
+ ' x86/sse2encfrag.c' ,
50
51
' x86/sse2fdct.c' ,
52
+ ' x86/sse2idct.c' ,
53
+ ' x86/x86cpu.c' ,
51
54
' x86/x86enc.c' ,
55
+ ' x86/x86enquant.c' ,
52
56
' x86/x86state.c' ,
53
57
)
54
58
decoder_sources += files (
55
59
' x86/mmxfrag.c' ,
56
60
' x86/mmxidct.c' ,
57
61
' x86/mmxstate.c' ,
62
+ ' x86/sse2idct.c' ,
63
+ ' x86/x86cpu.c' ,
58
64
' x86/x86state.c' ,
59
65
)
60
66
endif
64
70
' x86/mmxfrag.c' ,
65
71
' x86/mmxidct.c' ,
66
72
' x86/mmxstate.c' ,
73
+ ' x86/sse2idct.c' ,
74
+ ' x86/x86cpu.c' ,
67
75
' x86/x86state.c' ,
68
76
)
69
77
encoder_sources += files (
@@ -72,7 +80,11 @@ if asm
72
80
' x86/mmxfrag.c' ,
73
81
' x86/mmxidct.c' ,
74
82
' x86/mmxstate.c' ,
83
+ ' x86/sse2encfrag.c' ,
84
+ ' x86/sse2idct.c' ,
85
+ ' x86/x86cpu.c' ,
75
86
' x86/x86enc.c' ,
87
+ ' x86/x86enquant.c' ,
76
88
' x86/x86state.c' ,
77
89
)
78
90
else
@@ -82,13 +94,15 @@ if asm
82
94
' x86_vc/mmxfrag.c' ,
83
95
' x86_vc/mmxidct.c' ,
84
96
' x86_vc/mmxstate.c' ,
97
+ ' x86_vc/x86cpu.c' ,
85
98
' x86_vc/x86enc.c' ,
86
99
' x86_vc/x86state.c' ,
87
100
)
88
101
decoder_sources += files (
89
102
' x86_vc/mmxfrag.c' ,
90
103
' x86_vc/mmxidct.c' ,
91
104
' x86_vc/mmxstate.c' ,
105
+ ' x86_vc/x86cpu.c' ,
92
106
' x86_vc/x86state.c' ,
93
107
)
94
108
endif
Original file line number Diff line number Diff line change 2
2
' theora' ,
3
3
' c' ,
4
4
' cpp' ,
5
- version : ' 1.1.1 ' ,
5
+ version : ' 1.2.0 ' ,
6
6
meson_version : ' >= 0.49.0' ,
7
7
license : ' BSD-3-Clause' ,
8
8
default_options : [' c_std=c11' ],
Original file line number Diff line number Diff line change 1
1
[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
6
6
patch_directory = theora
7
7
8
8
[provide]
You can’t perform that action at this time.
0 commit comments