eko5624

Results 27 comments of eko5624

@thebombzen Is there a workaround?

@Akemi what is "/PATH/TO/MPV/OR/DYLIB"? Can you more specifically? These are my compiling steps: ``` cd mpv-master export PKG_CONFIG_PATH=/usr/local/opt/libarchive/lib/pkgconfig:/usr/local/opt/luajit-openresty/lib/pkgconfig:/usr/local/opt/zlib/lib/pkgconfig:/Volumes/USB/Downloads/lib/pkgconfig meson build meson compile -C build ./TOOLS/osxbundle.py build/mpv ``` This is my...

@Akemi Please take a look. otool -L ./build/mpv ``` ./build/mpv: /usr/local/opt/libass/lib/libass.9.dylib (compatibility version 11.0.0, current version 11.4.0) /Volumes/USB/Downloads/lib/libavutil.57.dylib (compatibility version 57.0.0, current version 57.27.100) /Volumes/USB/Downloads/lib/libavcodec.59.dylib (compatibility version 59.0.0, current version...

My libjxl head compiling codes: ``` brew install brotli git clone https://github.com/libjxl/libjxl.git cd libjxl git submodule update --init --recursive --depth 1 --recommend-shallow third_party/{highway,skcms} mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=Release...

@Akemi Could you pull a PR to fix this?

@Akemi @deus0ww I firgure it out. If I installed libjxl-head with brew, there is no rpath in shared library id at all. If I build libjxl-head from source with cmake,...

Check my repo: https://github.com/eko5624/mpv-winbuild And cross-gcc-mcf toolchain repo: https://github.com/eko5624/toolchain

Is cross-compile available here now? I can cross-compile gcc with posix thread. LINK here: https://github.com/eko5624/toolchain-test/discussions/6#discussion-5289277 But I tried to cross-compile gcc with mcf, something is wrong. LINK here: https://github.com/eko5624/toolchain-test/discussions/5#discussioncomment-6144234 Any...

> Added an APK for people wanting to test. It defaults to vo_gpu + Vulkan, vo_gpu_next is present too (both vk and gl) and you can switch by editing mpv.conf...

> I can only diagnose issues with [logcat](https://developer.android.com/studio/command-line/logcat) output. [mpv.log](https://github.com/mpv-android/mpv-android/files/9526011/mpv.log)