Ingmar Rieger
Ingmar Rieger
> Linking the related Conan issue for reference: [conan-io/conan-center-index#23421](https://github.com/conan-io/conan-center-index/issues/23421), this seems to be a `ld` specific issue according to this [comment](https://github.com/conan-io/conan-center-index/issues/23421#issuecomment-2092626044). Sorry, forgot to update here. Good to have it...
@AbrilRBS Could you have a look again? Maybe you have an idea for the failure. I looked a while at the failing build and can't make any sense of. The...
Any news here? Also wondering why it works in the CCI CI infrastructure, at least there is packages for Windows.\ Trying to build ffmpeg myself and run into the same...
Haven't digged deeper, but just tried 6.1.1 yesterday and still get the same error.
Just in case the `aom.pc`: ``` prefix=C:/Users/ingmar/.conan2_home_clean/p/b/libao46ebabf52046a/p libdir=${prefix}/lib includedir=${prefix}/include bindir=${prefix}/bin Name: aom Description: Conan package: aom Version: 3.6.1 Libs: -L"${libdir}" -laom Cflags: -I"${includedir}" ``` `conanautotoolstoolchain.sh`: ``` script_folder="C:\Users\ingmar\.conan2_home_clean\p\b\ffmpe45d73d94549f4\b\build-release\conan" echo "echo Restoring...
Hey, thanks. Can provide the additional information if still needed. For example this would be the msys2 package that failed: `msys2/cci.latest#5a31efa2bde593541fd5ac3bcc50c01c:956a88975bda9dfcc485e2861d71e74bd7e2b9a5#efc94108b834a7772e5442a9b3e87b73`. I have run your branch #24590 as a `local-recipes-index`...
Thank you for your work @jcar87
``` if(ARCH STREQUAL "i386") add_compile_options(-m32) add_compile_options(-march=i386) add_compile_options(-mtune=generic) elseif(ARCH STREQUAL "amd64") add_compile_options(-m64) add_compile_options(-march=x86-64) add_compile_options(-mtune=generic) elseif(ARCH STREQUAL "arm") add_compile_options(-march=armv7-a) add_compile_options(-marm) if(NOT ANDROID_ABI) add_compile_options(-mfloat-abi=hard) endif() add_compile_options(-mfpu=neon-vfpv3) add_compile_options(-fno-lax-vector-conversions) elseif(ARCH STREQUAL "aarch64") add_compile_options(-march=armv8-a) add_compile_options(-fno-lax-vector-conversions) elseif(ARCH...
Besides the other changes, I just saw today that also in January there was a release of 1.4.0. I switched to that as it contains some bugfixes and improvemenets: https://github.com/google/libultrahdr/releases/tag/v1.4.0...
> @irieger are these the only changes you expect to make? I think that maybe we want to split the new major into its own recipe if the changes are...