summaryrefslogtreecommitdiff
path: root/vdr-softhddevice-9999.ebuild
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2014-02-27 14:20:25 +0100
committerJohns <johns98@gmx.net>2014-02-27 14:20:25 +0100
commit42bbb763fd93ee3936ea50e003c0892c791b1214 (patch)
tree48cf63741252def0d0336bb2eac4fe54a97cad4e /vdr-softhddevice-9999.ebuild
parent5bf2a9b761c3ce73bfd49a9cb213b795be9ca2ff (diff)
downloadvdr-plugin-softhddevice-42bbb763fd93ee3936ea50e003c0892c791b1214.tar.gz
vdr-plugin-softhddevice-42bbb763fd93ee3936ea50e003c0892c791b1214.tar.bz2
Fix compile with newer libav.
Diffstat (limited to 'vdr-softhddevice-9999.ebuild')
-rw-r--r--vdr-softhddevice-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/vdr-softhddevice-9999.ebuild b/vdr-softhddevice-9999.ebuild
index d92efd7..7a2fbea 100644
--- a/vdr-softhddevice-9999.ebuild
+++ b/vdr-softhddevice-9999.ebuild
@@ -61,6 +61,9 @@ src_prepare() {
if has_version ">=media-video/ffmpeg-0.8"; then
BUILD_PARAMS+=" SWRESAMPLE=1"
fi
+ if has_version ">=media-video/libav-0.8"; then
+ BUILD_PARAMS+=" AVRESAMPLE=1"
+ fi
}
src_install() {