Ticket #36849: ffmpeg-0.11-dc1394.patch

File ffmpeg-0.11-dc1394.patch, 461 bytes (added by devernay (Frédéric Devernay), 12 years ago)
  • configure

    old new  
    32543254
    32553255# libdc1394 check
    32563256if enabled libdc1394; then
    3257     { check_lib dc1394/dc1394.h dc1394_new -ldc1394 -lraw1394 &&
     3257    { check_lib dc1394/dc1394.h dc1394_new -ldc1394 &&
    32583258        enable libdc1394_2; } ||
    32593259    { check_lib libdc1394/dc1394_control.h dc1394_create_handle -ldc1394_control -lraw1394 &&
    32603260        enable libdc1394_1; } ||