diff options
Diffstat (limited to 'vdr-softhddevice-9999.ebuild')
-rw-r--r-- | vdr-softhddevice-9999.ebuild | 3 |
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() { |