Those headers should be autogenerated but I can't get it to work, put them in for now. Added a note in Jamfile.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19933 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7b93487d2d
commit
1a4f3a6079
@ -0,0 +1,2 @@
|
||||
B_WEBCAM_MKINTFUNC(quickcam)
|
||||
B_WEBCAM_MKINTFUNC(sonix)
|
@ -0,0 +1 @@
|
||||
B_WEBCAM_DECLARE_CSTRANSFORM(BayerTransform, bayer)
|
@ -0,0 +1,3 @@
|
||||
B_WEBCAM_DECLARE_SENSOR(HDCS1000Sensor, hdcs1000)
|
||||
B_WEBCAM_DECLARE_SENSOR(HV7131E1Sensor, hv7131e1)
|
||||
B_WEBCAM_DECLARE_SENSOR(TAS5110C1BSensor, tas5110c1b)
|
@ -2,6 +2,10 @@ SubDir HAIKU_TOP src add-ons media media-add-ons usb_webcam ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
# note: when adding new addons, sensors
|
||||
# or colorspace transforms, one should regenerate
|
||||
# the *Internal*.h headers with the makefile.
|
||||
|
||||
# for USBKit.h
|
||||
UseLibraryHeaders usb ;
|
||||
|
||||
@ -45,6 +49,7 @@ local sensorsSources ;
|
||||
sensorsSources = hdcs1000.cpp hv7131e1.cpp tas5110c1b.cpp ;
|
||||
|
||||
## how to build header files from sources to include the list of built-in addons.
|
||||
# but it doesn't seem to work for some reason...
|
||||
|
||||
rule USBWebcamHeaderGen
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user