Menu

Commit [r2732]  Maximize  Restore  History

Don't hardcode part of the quicktime.h pathname - it is subject to change (and

it did change today in libquicktime). pkg-config --cflags libquicktime
places the correct -I entry in $CFLAGS so that all applications need to do
is use <quicktime.h>.
The installed location of the quicktime headers changed from
$prefix/include/quicktime to $prefix/include/lqt to avoid a conflict with
OS/X (which has a damned caseinsensitive filesystem). <quicktime/quicktime.h>
was conflicting with the system's <QuickTime/QuickTime.h>. The libquicktime
maintainer suggested changing libquicktime to use 'lqt' instead.

sms00 2005-05-10

changed /trunk/mjpeg_play/lavtools/lav_io.c
/trunk/mjpeg_play/lavtools/lav_io.c Diff Switch to side-by-side view
Loading...
Auth0 Logo