summaryrefslogtreecommitdiffstats
path: root/libraries/libdvdcss/patches/0005-Don-t-close-any-handle-if-callback-functions-are-use.patch
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2021-05-02 20:04:15 -0500
committer Robby Workman <rworkman@slackbuilds.org>2021-05-02 20:04:15 -0500
commit61cf18c6c6b7739a7e6ca1d86fec2200474f09e6 (patch)
tree4f07684aba53b9b5da8cb7cad195d957c5126ef5 /libraries/libdvdcss/patches/0005-Don-t-close-any-handle-if-callback-functions-are-use.patch
parent691ae7a8a9de9e9a472427403cb22cdd4d6e8465 (diff)
downloadslackbuilds-61cf18c6c6b7739a7e6ca1d86fec2200474f09e6.tar.gz
slackbuilds-61cf18c6c6b7739a7e6ca1d86fec2200474f09e6.tar.xz
libraries/libdvdcss: Updated for version 1.4.3.
Diffstat (limited to '')
-rw-r--r--libraries/libdvdcss/patches/0005-Don-t-close-any-handle-if-callback-functions-are-use.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/libraries/libdvdcss/patches/0005-Don-t-close-any-handle-if-callback-functions-are-use.patch b/libraries/libdvdcss/patches/0005-Don-t-close-any-handle-if-callback-functions-are-use.patch
deleted file mode 100644
index ab67c0e0ba..0000000000
--- a/libraries/libdvdcss/patches/0005-Don-t-close-any-handle-if-callback-functions-are-use.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 5bec036cfee3950d002f3c46c17bbd4e375d5bd6 Mon Sep 17 00:00:00 2001
-From: Hannes Domani <ssbssa@yahoo.de>
-Date: Thu, 25 Feb 2016 21:03:29 +0100
-Subject: [PATCH 5/5] Don't close any handle if callback functions are used
-
-Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
----
- src/device.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/device.c b/src/device.c
-index af735e0..baa4bc5 100644
---- a/src/device.c
-+++ b/src/device.c
-@@ -406,6 +406,11 @@ int dvdcss_open_device ( dvdcss_t dvdcss )
-
- int dvdcss_close_device ( dvdcss_t dvdcss )
- {
-+ if( dvdcss->p_stream )
-+ {
-+ return 0;
-+ }
-+
- #if defined( _WIN32 )
- /* Free readv temporary buffer */
- free( dvdcss->p_readv_buffer );
---
-2.10.0
-