Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185116
Collapse All | Expand All

(-)player-2.0.4/acinclude.m4 (-2 / +1 lines)
Lines 142-149 Link Here
142
PLAYER_ADD_DRIVER([nd],[yes],[],[],[])
142
PLAYER_ADD_DRIVER([nd],[yes],[],[],[])
143
143
144
dnl Check to see if we have version 1 or 2 API for dc1394
144
dnl Check to see if we have version 1 or 2 API for dc1394
145
AC_CHECK_HEADER(dc1394/dc1394_control.h,[PLAYER_ADD_DRIVER([camera1394],[yes],["libraw1394/raw1394.h dc1394/dc1394_control.h"],[],["-lraw1394 -ldc1394"])],
145
AC_CHECK_HEADER(libdc1394/dc1394_control.h,[PLAYER_ADD_DRIVER([camera1394],[yes],["libraw1394/raw1394.h libdc1394/dc1394_control.h"],[],["-lraw1394 -ldc1394"])],[PLAYER_ADD_DRIVER([camera1394],[yes],["libraw1394/raw1394.h libdc1394/dc1394_control.h"],[],["-lraw1394 -ldc1394_control"])])
146
	[PLAYER_ADD_DRIVER([camera1394],[yes],["libraw1394/raw1394.h libdc1394/dc1394_control.h"],[],["-lraw1394 -ldc1394_control"])])
147
146
148
dnl libdc1394 has varying API's, depending on the version.  Do some checks
147
dnl libdc1394 has varying API's, depending on the version.  Do some checks
149
dnl to see what the function signatures look like
148
dnl to see what the function signatures look like

Return to bug 185116