[brasero] Remove check for dvdcss_interface_2



commit 41ffb9def928cd590878b6d098daa837c9e5dc68
Author: Richard Shaw <hobbes1069 gmail com>
Date:   Mon Jun 26 09:49:02 2017 +0200

    Remove check for dvdcss_interface_2
    
    The current version of libdvdcss has removed the dvdcss_interface_2 symbol
    so Brasero incorrectly assumes it's the wrong version.
    
    Patch originally from https://bugzilla.redhat.com/show_bug.cgi?id=1193628
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744916

 plugins/dvdcss/burn-dvdcss.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/dvdcss/burn-dvdcss.c b/plugins/dvdcss/burn-dvdcss.c
index 133b8d5..f6895b8 100644
--- a/plugins/dvdcss/burn-dvdcss.c
+++ b/plugins/dvdcss/burn-dvdcss.c
@@ -95,9 +95,6 @@ brasero_dvdcss_library_init (BraseroPlugin *plugin)
        if (!module)
                goto error_doesnt_exist;
 
-       if (!g_module_symbol (module, "dvdcss_interface_2", &address))
-               goto error_version;
-
        if (!g_module_symbol (module, "dvdcss_open", &address))
                goto error_version;
        dvdcss_open = address;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]