[FFmpeg-devel] [PATCH] Fix check for new enough CrystalHD library
Gwenole Beauchesne
gbeauchesne at splitted-desktop.com
Mon Mar 28 11:34:38 CEST 2011
Hi,
If an older libcrystalhd is installed, the current configure check will
validate it but will fail to build FFmpeg since there were some API
changes.
I see two ways to check this:
1) Check for the new libcrystalhd_version.h file
2) Check for the new DtsCrystalHDVersion() function
(2) is implemented in the attached patch. Along with an addition to make
sure crystalhd support is disabled if check_lib fails.
Regards,
Gwenole.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Fix-check-for-new-enough-CrystalHD-library.patch
Type: text/x-diff
Size: 815 bytes
Desc:
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110328/9483292e/attachment.bin>
More information about the ffmpeg-devel
mailing list