FS#72680 - [mlt] underlinked sdl module

Attached to Project: Arch Linux
Opened by José María (mantielero) - Tuesday, 09 November 2021, 16:51 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 09 November 2021, 19:59 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Undefined symbol XGetWindowAttributes.
MELT is unable to play files.

Additional info:
* package version(s): 7.2

Steps to reproduce:

1. Execute:
$ melt somefile.mp4

2. A window pops-up and it seems to start playing in the command line (frames are refreshed in the CLI), but the window remains black. The audio seems to be fine.
3. The following message appears in the CLI:
```
$ melt sygic.mp4
mlt_repository_init: failed to dlopen /usr/lib/mlt-7/libmltsdl.so
(/usr/lib/mlt-7/libmltsdl.so: undefined symbol: XGetWindowAttributes)
```

It looks like `libmltsdl.so` is compiled without: `-lX11`.
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 09 November 2021, 19:59 GMT
Reason for closing:  Fixed
Additional comments about closing:  mlt 7.2.0-2
Comment by Antonio Rojas (arojas) - Tuesday, 09 November 2021, 17:20 GMT
Your upstream bug report was correct, this is an mlt bug.

https://github.com/mltframework/mlt/issues/748
Comment by José María (mantielero) - Tuesday, 09 November 2021, 17:32 GMT
Thanks Antonio. This was driving me crazy.

Loading...