You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/cpvts/files/cpvts-1.2-dvdread.patch

12 lines
315 B

diff -Naur cpvts-orig/cpvts.c cpvts/cpvts.c
--- cpvts-orig/cpvts.c 2006-03-31 20:47:16.000000000 -0600
+++ cpvts/cpvts.c 2006-03-31 20:47:40.000000000 -0600
@@ -16,6 +16,7 @@
#include <ctype.h>
#include <string.h>
#include <math.h>
+#include <stdint.h>
/* libdvdread stuff */
#include <dvdread/dvd_reader.h>