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 3254 3254 3255 3255 # libdc1394 check 3256 3256 if enabled libdc1394; then 3257 { check_lib dc1394/dc1394.h dc1394_new -ldc1394 -lraw1394&&3257 { check_lib dc1394/dc1394.h dc1394_new -ldc1394 && 3258 3258 enable libdc1394_2; } || 3259 3259 { check_lib libdc1394/dc1394_control.h dc1394_create_handle -ldc1394_control -lraw1394 && 3260 3260 enable libdc1394_1; } ||