| Bug#: 29070 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: media-tv@gentoo.org | Reported By: slaugther@linux.nu | |
| Component: Applications | |||
| URL: | |||
| Summary: Compile of mjpegtools-1.6.1.90 stop if Xfree is not installed | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2003-09-19 00:13 0000 | |||
| Description: | Opened: 2003-09-19 00:13 0000 |
Mjpegtools-1.6.1.90 does not build without xfree. Use flag is used correctly to disable X when running configure. There is a -lX11 in the Makefile.in for lavtools which makes the tools unneccesaryily not honour disable-x. Mjpegtools builds correctly with this extra -lX11 removed. Reproducible: Always Steps to Reproduce:
Created an attachment (id=17963) [details]
Patch for mjpegtools 1.6.1.90 Makefile.in
This patch for Makefile.in removes the unneccesary -lX11 that is causing
trouble when building without X.
Commited to cvs. Thanks!