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

Collapse All | Expand All

(-)mplayerplug-in/Source/plugin-threads.cpp.old (-1 / +1 lines)
Lines 341-347 Link Here
341
    }
341
    }
342
342
343
    i = 0;
343
    i = 0;
344
    snprintf(buffer, 1024, "mplayer");
344
    snprintf(buffer, 1024, "mplayer-bin");
345
    instance->td->argv[i++] = strdup(buffer);
345
    instance->td->argv[i++] = strdup(buffer);
346
    if (instance->novop == 1) {
346
    if (instance->novop == 1) {
347
	snprintf(buffer, 1024, "-vop");
347
	snprintf(buffer, 1024, "-vop");

Return to bug 100809