Revert "Patch ffmpeg wrap to compile with simd extensions"
Support for these has been added upstream now.
This reverts commit 77cc1a6b22
.
This commit is contained in:
parent
5dd001388b
commit
5c065dc74e
4 changed files with 1 additions and 2363 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
||||||
- name: Install dependencies (Windows)
|
- name: Install dependencies (Windows)
|
||||||
if: matrix.config.os == 'windows-latest'
|
if: matrix.config.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
choco install ninja innosetup yasm
|
choco install ninja innosetup
|
||||||
$url = "https://github.com/leafo/moonscript/releases/download/win32-v0.5.0/moonscript-187bac54ee5a7450013e9c38e005a0e671b76f45.zip"
|
$url = "https://github.com/leafo/moonscript/releases/download/win32-v0.5.0/moonscript-187bac54ee5a7450013e9c38e005a0e671b76f45.zip"
|
||||||
mkdir moonscript
|
mkdir moonscript
|
||||||
Invoke-WebRequest -Uri $url -OutFile ".\moonscript\moonscript.zip"
|
Invoke-WebRequest -Uri $url -OutFile ".\moonscript\moonscript.zip"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
directory = ffmpeg
|
directory = ffmpeg
|
||||||
url = https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git
|
url = https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git
|
||||||
revision = meson-4.4
|
revision = meson-4.4
|
||||||
patch_directory = ffmpeg
|
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
libavformat = libavformat_dep
|
libavformat = libavformat_dep
|
||||||
|
|
|
@ -1,31 +0,0 @@
|
||||||
libavutil_x86_sources = files(
|
|
||||||
'cpu.c',
|
|
||||||
'fixed_dsp_init.c',
|
|
||||||
'float_dsp_init.c',
|
|
||||||
'imgutils_init.c',
|
|
||||||
'lls_init.c',
|
|
||||||
)
|
|
||||||
|
|
||||||
libavutil_x86_optional_sources = {
|
|
||||||
'pixelutils' : files('pixelutils_init.c'),
|
|
||||||
}
|
|
||||||
|
|
||||||
libavutil_x86_x86asm_sources = files(
|
|
||||||
'cpuid.asm',
|
|
||||||
'emms.asm',
|
|
||||||
'fixed_dsp.asm',
|
|
||||||
'float_dsp.asm',
|
|
||||||
'imgutils.asm',
|
|
||||||
'lls.asm',
|
|
||||||
)
|
|
||||||
|
|
||||||
libavutil_x86_x86asm_optional_sources = {
|
|
||||||
'pixelutils' : files('pixelutils.asm'),
|
|
||||||
}
|
|
||||||
|
|
||||||
libavutil_x86_mmx_optional_sources = {
|
|
||||||
}
|
|
||||||
|
|
||||||
libavutil_x86_optional_tests = {
|
|
||||||
}
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue