diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2003-12-31 17:20:46 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2003-12-31 17:20:46 +0000 |
commit | e93adcd140e37842b4cd6e2f10f9d68216fc70e8 (patch) | |
tree | 5b5a9b28920241532e311737685cd67cfcda683d /media-libs/libdv/files | |
parent | back off of the games.eclass support (diff) | |
download | gentoo-2-e93adcd140e37842b4cd6e2f10f9d68216fc70e8.tar.gz gentoo-2-e93adcd140e37842b4cd6e2f10f9d68216fc70e8.tar.bz2 gentoo-2-e93adcd140e37842b4cd6e2f10f9d68216fc70e8.zip |
Added a patch to get libdv to compile on 2.6 kernel headers.
Diffstat (limited to 'media-libs/libdv/files')
-rw-r--r-- | media-libs/libdv/files/libdv-0.99-2.6.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-libs/libdv/files/libdv-0.99-2.6.patch b/media-libs/libdv/files/libdv-0.99-2.6.patch new file mode 100644 index 000000000000..c2663be353d4 --- /dev/null +++ b/media-libs/libdv/files/libdv-0.99-2.6.patch @@ -0,0 +1,17 @@ +--- libdv-0.99/libdv/enc_input.c 2002-12-31 23:04:02.000000000 +0000 ++++ libdv-0.99/libdv/enc_input.c.plasmaroo 2003-12-30 16:42:19.000000000 +0000 +@@ -48,13 +48,13 @@ + + #if HAVE_DEV_VIDEO + #include <sys/types.h> +-#include <linux/videodev.h> + #include <sys/time.h> + #include <unistd.h> + #include <fcntl.h> + #include <sys/stat.h> + #include <sys/ioctl.h> + #include <sys/mman.h> ++#include <linux/videodev.h> + #endif + + // #define ARCH_X86 0 |