summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/mythtv-vdpau/2.6.28_dvb_api_version.diff
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-11-04 04:08:02 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-11-04 04:08:02 (GMT)
commit4c97e029f2083f8217ef7d64dc28866decb47e53 (patch)
treea6e77188f41df884a4acd28eb32f659a3a796b25 /abs/extra/community/mythtv-vdpau/2.6.28_dvb_api_version.diff
parent0fdddf9ae0c87c986ce6cae751c07a0f8c603021 (diff)
downloadlinhes_pkgbuild-4c97e029f2083f8217ef7d64dc28866decb47e53.zip
linhes_pkgbuild-4c97e029f2083f8217ef7d64dc28866decb47e53.tar.gz
linhes_pkgbuild-4c97e029f2083f8217ef7d64dc28866decb47e53.tar.bz2
remove old packages that are no longer needed.
linhes-config-svn ddcxinfo-arch portmap mythtv-vdpau hdhgrp openjdk (jre is still present, we don't need or want both)
Diffstat (limited to 'abs/extra/community/mythtv-vdpau/2.6.28_dvb_api_version.diff')
-rw-r--r--abs/extra/community/mythtv-vdpau/2.6.28_dvb_api_version.diff22
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/extra/community/mythtv-vdpau/2.6.28_dvb_api_version.diff b/abs/extra/community/mythtv-vdpau/2.6.28_dvb_api_version.diff
deleted file mode 100644
index 0116023..0000000
--- a/abs/extra/community/mythtv-vdpau/2.6.28_dvb_api_version.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: libs/libmythtv/dvbtypes.h
-===================================================================
---- libs/libmythtv/dvbtypes.h (revision 19792)
-+++ libs/libmythtv/dvbtypes.h (working copy)
-@@ -19,7 +19,7 @@
- #include <linux/dvb/frontend.h>
- #include <linux/dvb/dmx.h>
-
--#if (DVB_API_VERSION != 3)
-+#if (DVB_API_VERSION != 3 && DVB_API_VERSION != 5)
- # error "DVB driver includes with API version 3 not found!"
- #endif
-
-@@ -27,7 +27,7 @@
- # define DVB_API_VERSION_MINOR 0
- #endif
-
--#if (DVB_API_VERSION >= 3 && DVB_API_VERSION_MINOR >= 1)
-+#if ((DVB_API_VERSION == 3 && DVB_API_VERSION_MINOR >= 1) || DVB_API_VERSION == 5)
- # define USE_ATSC
- #else
- #warning DVB API version < 3.1