Files
haikuports/media-libs/libdvdcss/patches/libdvdcss-1.4.0.patchset
2015-12-25 22:56:51 +00:00

30 lines
536 B
Plaintext

From afe96b6ad1652a25215f97a3931dabdb459149f5 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Fri, 25 Dec 2015 22:52:14 +0000
Subject: gcc2 patch
diff --git a/src/device.c b/src/device.c
index af735e0..1524bc7 100644
--- a/src/device.c
+++ b/src/device.c
@@ -117,6 +117,7 @@ int dvdcss_use_ioctls( dvdcss_t dvdcss )
return 0;
#else
+{
struct stat fileinfo;
int ret;
@@ -148,6 +149,7 @@ int dvdcss_use_ioctls( dvdcss_t dvdcss )
{
return 0;
}
+}
#endif
}
--
2.2.2