summaryrefslogtreecommitdiffstats
path: root/ext/resindvd/resindvdsrc.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-04-03 17:55:31 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-04-03 18:13:00 +0100
commite55f069fe6b201e3255aedbd339c3c319b65f2e9 (patch)
treed512c7a1cced10a7691b108c9f36512b8c0bf2bc /ext/resindvd/resindvdsrc.h
parentbbba3aa121a5c0c58023f4e8e033a71fb436968d (diff)
downloadgst-plugins-bad-e55f069fe6b201e3255aedbd339c3c319b65f2e9.tar.gz
gst-plugins-bad-e55f069fe6b201e3255aedbd339c3c319b65f2e9.tar.bz2
gst-plugins-bad-e55f069fe6b201e3255aedbd339c3c319b65f2e9.zip
resindvd: require libdvdnav >= 4.1.2 for dvdnav_get_current_time()
Fixes #577864.
Diffstat (limited to 'ext/resindvd/resindvdsrc.h')
-rw-r--r--ext/resindvd/resindvdsrc.h12
1 files changed, 0 insertions, 12 deletions
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 <dvdnav/dvdnav.h>
#include <dvdread/ifo_read.h>
#include <dvdread/nav_read.h>
-#else
-
-#include <dvdnav/dvd_reader.h>
-#include <dvdnav/ifo_read.h>
-
-#include <dvdnav/dvdnav.h>
-#include <dvdnav/nav_read.h>
-
-#endif
-
G_BEGIN_DECLS
#define RESIN_TYPE_DVDSRC (rsn_dvdsrc_get_type())