From e55f069fe6b201e3255aedbd339c3c319b65f2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 3 Apr 2009 17:55:31 +0100 Subject: resindvd: require libdvdnav >= 4.1.2 for dvdnav_get_current_time() Fixes #577864. --- ext/resindvd/resindvdsrc.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ext/resindvd') diff --git a/ext/resindvd/resindvdsrc.h b/ext/resindvd/resindvdsrc.h index 264c8e8b..61fa5d19 100644 --- a/ext/resindvd/resindvdsrc.h +++ b/ext/resindvd/resindvdsrc.h @@ -25,22 +25,10 @@ #include "_stdint.h" -#ifndef DVDNAV_OLD - #include #include #include -#else - -#include -#include - -#include -#include - -#endif - G_BEGIN_DECLS #define RESIN_TYPE_DVDSRC (rsn_dvdsrc_get_type()) -- cgit v1.2.1