Bug 70187 - maintainer-patch: multimedia/transcode (unbreak WITH_LIBDV)
Summary: maintainer-patch: multimedia/transcode (unbreak WITH_LIBDV)
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-08 21:20 UTC by hendrik
Modified: 2004-08-09 13:17 UTC (History)
1 user (show)

See Also:


Attachments
patch-import:decode_dv.c (396 bytes, text/plain)
2004-08-08 21:20 UTC, hendrik
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description hendrik 2004-08-08 21:20:12 UTC
Both Lukas Maly and Jobert reported build problems using WITH_LIBDV since
the libdv upgrade.
As it turns out these two lines are gone in libdv:
libdv/dv_types.h:static const int frame_size_525_60 = 10 * 150 * 80;
libdv/dv_types.h:static const int frame_size_625_50 = 12 * 150 * 80;

import/decode_dv.c from transcode relies on these so the attached patch
just emulates the same behaviour.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-08-09 13:17:26 UTC
State Changed
From-To: open->closed

Committed, thanks!