diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-07-30 11:58:25 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-07-30 11:58:25 +0200 |
commit | 0f108a5d0ad95ba3591af576e6dd6a683f69789b (patch) | |
tree | 3a10cc86ac37a031b213902fb343b3008a82ae43 /redhat/applications/tellico/tellico-3.5.13.2-videodev.patch | |
parent | 6f4cd26a026481f6c28527dbc5228454d84ad5d7 (diff) | |
download | tde-packaging-0f108a5d0ad95ba3591af576e6dd6a683f69789b.tar.gz tde-packaging-0f108a5d0ad95ba3591af576e6dd6a683f69789b.zip |
RPM Packaging: lots of updates for 3.5.13.2
Diffstat (limited to 'redhat/applications/tellico/tellico-3.5.13.2-videodev.patch')
-rw-r--r-- | redhat/applications/tellico/tellico-3.5.13.2-videodev.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/applications/tellico/tellico-3.5.13.2-videodev.patch b/redhat/applications/tellico/tellico-3.5.13.2-videodev.patch new file mode 100644 index 000000000..261b24363 --- /dev/null +++ b/redhat/applications/tellico/tellico-3.5.13.2-videodev.patch @@ -0,0 +1,11 @@ +--- trinity-tellico-3.5.13.2/src/barcode/barcode_v4l.h.ORI 2013-07-28 22:22:41.390223800 +0200 ++++ trinity-tellico-3.5.13.2/src/barcode/barcode_v4l.h 2013-07-28 22:23:10.085637439 +0200 +@@ -31,7 +31,7 @@ + #endif + + //#include <linux/videodev2.h> +-#include <linux/videodev.h> ++#include <libv4l1.h> + + #include <tqstring.h> + #include <tqimage.h> |