Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94218 - mjpegtools-1.6.2-r4 doesn't build with libquicktime-0.9.6
Summary: mjpegtools-1.6.2-r4 doesn't build with libquicktime-0.9.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-05-27 14:39 UTC by Quinn Storm
Modified: 2005-05-27 15:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Quinn Storm 2005-05-27 14:39:28 UTC
apparently libquicktime decided to move its header files 
from /usr/include/quicktime to /usr/include/lqt and didn't play nice and leave 
a symlink behind.  mjpegtools builds fine if I make a symlink 
from /usr/include/libquicktime to /usr/include/lqt...this obviously needs a 
patch to mjpegtools to change the #include <quicktime/quicktime.h> and 
#include <quicktime/lqt.h> to match the new libquicktime layout, or a patch to 
libquicktime to make a symlink like that.  either one would work fine for now. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-27 15:39:01 UTC
added the proposed symlink. imho the best solution atm, atleast until
libquicktime-0.9.6 can be marked stable