diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-29 01:39:06 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-29 01:39:06 -0500 |
commit | 0220842121c5fa8ffac398aa03ae2dd0600f3414 (patch) | |
tree | e60f7464d7b9b0d60acb4394648b8fc3b3a347a6 /pcr/zbar/v4l1.patch | |
parent | dae971ac95e073d00717b164371b0f2658e43ec4 (diff) | |
download | abslibre-0220842121c5fa8ffac398aa03ae2dd0600f3414.tar.gz abslibre-0220842121c5fa8ffac398aa03ae2dd0600f3414.tar.bz2 abslibre-0220842121c5fa8ffac398aa03ae2dd0600f3414.zip |
Removing packages. This packages are in community repo
Diffstat (limited to 'pcr/zbar/v4l1.patch')
-rw-r--r-- | pcr/zbar/v4l1.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/zbar/v4l1.patch b/pcr/zbar/v4l1.patch deleted file mode 100644 index 150b0e695..000000000 --- a/pcr/zbar/v4l1.patch +++ /dev/null @@ -1,24 +0,0 @@ -Thanks to Andy Weidenbaum <archbaum@gmail.com> for providing this patch! - ---- ./zbar/video/v4l1.c 2013-03-06 23:24:22.996336417 -0800 -+++ ./zbar/video/v4l1.c 2013-03-06 23:29:29.789662369 -0800 -@@ -41,7 +41,7 @@ - #ifdef HAVE_SYS_MMAN_H - # include <sys/mman.h> - #endif --#include <linux/videodev.h> -+#include <libv4l1-videodev.h> - - #include "video.h" - #include "image.h" ---- ./configure 2009-10-23 11:17:24.000000000 -0700 -+++ ./configure 2013-03-06 23:47:33.902966990 -0800 -@@ -18709,7 +18709,7 @@ - if test "x$enable_video" != "xno"; then - if test "x$win32" = "xno"; then - --for ac_header in linux/videodev.h -+for ac_header in libv4l1-videodev.h - do - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |