Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mplayer didn't find libdvdread/libdvdcss
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Gulliver
Tux's lil' helper
Tux's lil' helper


Joined: 18 Apr 2002
Posts: 146
Location: Hamburg, Germany

PostPosted: Sat Apr 27, 2002 1:07 pm    Post subject: mplayer didn't find libdvdread/libdvdcss Reply with quote

Hi,

I'm just trying to compile MPlayer 0.9. It compiles well, but he didn't find the libdvdread (0.9.2 is installed) and then also misses libdvdcss (1.1.1 is installed).
My false or problem with ebuild-script? Or something else?

And what did I have to install, to use dvdnav feature of MPlayer 0.9?

Many greetings from Germany,
Julian
Back to top
View user's profile Send private message
Nitro
Bodhisattva
Bodhisattva


Joined: 08 Apr 2002
Posts: 661
Location: San Francisco

PostPosted: Sat Apr 27, 2002 8:57 pm    Post subject: Reply with quote

You need to add "dvd" to you USE line in /etc/make.conf.

Just for future reference, I know this because, when I look at /usr/portage/media-video/mplayer/mplayer-0.90_pre1.ebuild I see:
Code:
dvd? ( media-libs/libdvdread
           media-libs/libdvdcss )


The question mark means if dvd is in the use line, require media-libs/libdvdread media-libs/libdvdcss packages be installed first.

Later down you will see:
Code:
    use dvd \
        && myconf="${myconf} --enable-dvdread --enable-css" \
        || myconf="${myconf} --disable-dvdread --disable-css"
Which tells it to specify --enable-dvd-read when it runs the configure script, and if it doesn't exist we disable dvd.

Just thought I'd let you know for future reference. :) This is a very simplistic view, look at the portage manual for more information: http://www.gentoo.org/doc/portage-manual.html
_________________
- Kyle Manna

Please, please SEARCH before posting.

There are three kinds of people in the world: those who can count, and those who can't.
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Mon Aug 19, 2002 8:24 am    Post subject: Reply with quote

Desktop Environments to Multimedia.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum