| Summary: | mpv run error! symbol lookup error: /lib64/libavutil.so.56: undefined symbol clGetExtensionFunctionAddressForPlatform | ||
|---|---|---|---|
| Product: | Fedora | Reporter: | xxoo |
| Component: | mpv | Assignee: | leigh scott <leigh123linux> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | P1 | ||
| Version: | f32 | ||
| Hardware: | x86_64 | ||
| OS: | GNU/Linux | ||
| namespace: | |||
|
Description
xxoo
2020-04-24 02:55:48 CEST
You will need to post more info as it works fine here [leigh@leigh ~]$ mpv mpv 0.32.0 Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects built on UNKNOWN ffmpeg library versions: libavutil 56.31.100 libavcodec 58.54.100 libavformat 58.29.100 libswscale 5.5.100 libavfilter 7.57.100 libswresample 3.5.100 ffmpeg version: 4.2.2 Usage: mpv [options] [url|path/]filename Basic options: --start=<time> seek to given (percent, seconds, or hh:mm:ss) position --no-audio do not play sound --no-video do not play video --fs fullscreen playback --sub-file=<file> specify subtitle file to use --playlist=<file> specify playlist file --list-options list all mpv options --h=<string> print options which contain the given string in their name [leigh@leigh ~]$ Post rpm -qai mpv\* ffmpeg\* libavdevice and cat ~/.config/mpv/mpv.conf This is a known issue https://rpmfusion.org/Howto/CUDA#NVIDIA%20provided%20libOpenCL This is because you are using the openCL library by nvidia. You need to remove it from your system. sorry for the bug.and many thanks to all of you by do this ,i resolve it. sudo dnf reinstall ocl-icd thanks all. |