Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126604 - Enable DMO Loader when compiling vlc
Summary: Enable DMO Loader when compiling vlc
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-17 15:04 UTC by STefan
Modified: 2006-03-19 08:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description STefan 2006-03-17 15:04:29 UTC
Hi folks,

is there any reason why the latest vlc ebuild doesn't enabled dmo loader?

Compiling vlc >=0.8.4 with:

--enable-loader 

gives vlc the ability to play wmv3 videos, with the default options vlc will only play the sound of the video.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-18 17:33:28 UTC
USE="win32codecs" emerge vlc.
Comment 2 STefan 2006-03-19 03:59:26 UTC
>>>USE="win32codecs" emerge vlc.

I don't think you know what I'm talking about.

VLC will not play wmv3 videos if not compiled with --enable-loder

If vlc is compiled without it, then it will only play wmv2 wmv1. win32codecs are of course required to play wmv1, 2 and 3


Next time please get some info before you close a bug entry.
Comment 3 Jan Kundrát (RETIRED) gentoo-dev 2006-03-19 08:44:19 UTC
Try to guess what the "$(use_enable win32codecs loader)" line means...
Comment 4 Andrew Gaffney (RETIRED) gentoo-dev 2006-03-19 08:45:27 UTC
Perhaps *you* should take the time to "get some info" before being an ass to the person who *maintains* the ebuild in question. From the ebuild:

        $(use_enable win32codecs loader) \

That line adds --enable-loader to the ./configure call if 'win32codecs' is in USE, exactly as was said above.