Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 302132 | Differences between
and this patch

Collapse All | Expand All

(-)nuvexport-0.5/export/transcode.pm (-2 lines)
Lines 219-226 Link Here
219
219
220
    # Not an mpeg, or force mythtranscode
220
    # Not an mpeg, or force mythtranscode
221
        if ($self->val('force_mythtranscode') || !$episode->{'finfo'}{'is_mpeg'}) {
221
        if ($self->val('force_mythtranscode') || !$episode->{'finfo'}{'is_mpeg'}) {
222
        # swap red/blue -- used with svcd, need to see if it's needed everywhere
223
            $transcode .= ' -k';
224
        # Set up the fifo dirs?
222
        # Set up the fifo dirs?
225
            if (-e "/tmp/fifodir_$$/vidout" || -e "/tmp/fifodir_$$/audout") {
223
            if (-e "/tmp/fifodir_$$/vidout" || -e "/tmp/fifodir_$$/audout") {
226
                die "Possibly stale mythtranscode fifo's in /tmp/fifodir_$$/.\nPlease remove them before running nuvexport.\n\n";
224
                die "Possibly stale mythtranscode fifo's in /tmp/fifodir_$$/.\nPlease remove them before running nuvexport.\n\n";

Return to bug 302132