Commit 577ce5a6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

dc1394: update to v2 API

This patch needs more testing, I think.
parent 7c446cb7
......@@ -5,6 +5,7 @@ Access:
* Port of the screen module from Xlib to XCB
* Support for the sftp protocol
* Support for CDDB servers for Audio-CD on Windows version
* Port of the dc1394 module from libdc1394 to libdc1394 v2.0
Decoders:
* Support for Atrac1
......
......@@ -2041,7 +2041,7 @@ dnl
dnl - special access module for dc1394 input
dnl - dv module: digital video module check for libraw1394
dnl
PKG_ENABLE_MODULES_VLC([DC1394], [], [libraw1394 >= 2.0.1 libdc1394 >= 1.0.0], [dc1394 access module], [auto])
PKG_ENABLE_MODULES_VLC([DC1394], [], [libraw1394 >= 2.0.1 libdc1394-2 >= 2.1.0], [dc1394 access module], [auto])
PKG_ENABLE_MODULES_VLC([DV], [access_dv], [libraw1394 >= 2.0.1 libavc1394 >= 0.5.3], [DV input module], [auto])
dnl
......
This diff is collapsed.
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