Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2023 09:27:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272202] multimedia/mplayer
Message-ID:  <bug-272202-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272202

            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 d=
oes
not exist.

If I change that in the Makefile to "-I/usr/local/include" the port compiles
successfully.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272202-7788>