[Bug 272202] multimedia/mplayer
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Jun 2023 09:27:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272202 Bug ID: 272202 Summary: multimedia/mplayer Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: riggs@FreeBSD.org Reporter: fbsdbugs4@sentry.org Assignee: riggs@FreeBSD.org Flags: maintainer-feedback?(riggs@FreeBSD.org) * FreeBSD 12.4-STABLE #0 r372972: Sun Mar 19 15:35:13 AEDT 2023 * Up-to-date ports tree 25 June 03:00 UTC+10 * mplayer-1.5.0.20230321_5 from the ports tree compiled manually make fails with: cc -D_ISOC99_SOURCE -I. -Iffmpeg -O3 -DCODECS2HTML " -o codec-cfg codec-cfg.c codec-cfg.c:60:10: fatal error: 'libavutil/avutil.h' file not found #include "libavutil/avutil.h" ^~~~~~~~~~~~~~~~~~~~ 1 error generated. gmake[2]: *** [Makefile:756: codec-cfg] Error 1 gmake[2]: Leaving directory '/usr/ports/multimedia/mplayer/work/mplayer-export-2023-03-21' *** Error code 1 The problem is the compiler argument "-I/usr/local/ffmpeg4/include" which does not exist. If I change that in the Makefile to "-I/usr/local/include" the port compiles successfully. -- You are receiving this mail because: You are the assignee for the bug.