Commit 69c32456 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'f7cc6627'

* commit 'f7cc6627':
  configure: Use pkg-config for libdc1394 discovery
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 92b7f561 f7cc6627
......@@ -4995,7 +4995,7 @@ fi
# libdc1394 check
if enabled libdc1394; then
{ check_lib dc1394/dc1394.h dc1394_new -ldc1394 -lraw1394 &&
{ require_pkg_config libdc1394-2 dc1394/dc1394.h dc1394_new &&
enable libdc1394_2; } ||
{ check_lib libdc1394/dc1394_control.h dc1394_create_handle -ldc1394_control -lraw1394 &&
enable libdc1394_1; } ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment