Bug 41234 - graphics/ffmpeg: missing header on install
Summary: graphics/ffmpeg: missing header on install
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-01 14:20 UTC by Xavier Beaudouin
Modified: 2002-08-04 14:18 UTC (History)
0 users

See Also:


Attachments
file.diff (1006 bytes, patch)
2002-08-01 14:20 UTC, Xavier Beaudouin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Beaudouin 2002-08-01 14:20:01 UTC
 The current port of graphics/ffmpeg forgot to install include/libavcodec/common.h that is needed for avcodec.h.

Fix: use the following patch

How-To-Repeat: 
 Just create a code like this :

  #include <libavcodec/avcodec.h>

 And try to compile it.
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2002-08-01 15:56:24 UTC
Responsible Changed
From-To: freebsd-ports->lioux

over to maintainer
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-08-04 14:18:24 UTC
State Changed
From-To: open->closed

Committed, thanks!