diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-04 18:21:34 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-04 18:21:34 +0000 |
commit | 7653e7b04082de9fc5251cc82da5da13a568e08a (patch) | |
tree | 4febffd78ab5048d6dca881a227e049d84f70f0c /media-video/ffmpeg/files | |
parent | changing to bz2 (Manifest recommit) (diff) | |
download | gentoo-2-7653e7b04082de9fc5251cc82da5da13a568e08a.tar.gz gentoo-2-7653e7b04082de9fc5251cc82da5da13a568e08a.tar.bz2 gentoo-2-7653e7b04082de9fc5251cc82da5da13a568e08a.zip |
Added a patch for 2.6 linux headers; closes bug #37081.
Diffstat (limited to 'media-video/ffmpeg/files')
-rw-r--r-- | media-video/ffmpeg/files/ffmpeg-0.4.7-2.6.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-video/ffmpeg/files/ffmpeg-0.4.7-2.6.patch b/media-video/ffmpeg/files/ffmpeg-0.4.7-2.6.patch new file mode 100644 index 000000000000..d2209b6b4434 --- /dev/null +++ b/media-video/ffmpeg/files/ffmpeg-0.4.7-2.6.patch @@ -0,0 +1,17 @@ +--- ffmpeg-0.4.7/libavformat/grab.c 2003-08-24 23:29:50.000000000 +0100 ++++ ffmpeg-0.4.7/libavformat/grab.c 2004-01-04 18:04:29.000000000 +0000 +@@ -17,13 +17,13 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include "avformat.h" +-#include <linux/videodev.h> + #include <unistd.h> + #include <fcntl.h> + #include <sys/ioctl.h> + #include <sys/mman.h> + #include <sys/time.h> + #include <time.h> ++#include <linux/videodev.h> + + typedef struct { + int fd; |