Results 1 to 4 of 4

Thread: vlc, with opengl and xvideo?

  1. #1
    Join Date
    Nov 2005
    Location
    Scandinavia
    Beans
    939

    vlc, with opengl and xvideo?

    I've managed to compile vlc-trunk from svn with vc1 and some other stuff, but i cant get OpenGL, an xvideo output whatever i do. I thought i would be enough to --enable-opengl --enable-glx --enable-xvideo ...?
    Suggestions anyone?

  2. #2
    Join Date
    Mar 2005
    Location
    Bergen, Norway
    Beans
    2
    Distro
    Ubuntu Breezy 5.10

    Re: vlc, with opengl and xvideo?

    I have the same problem with the 0.8.4 version. It's really annoying not to have the opengl output, since the fullscreen display gets really pixelated with any other output module.

    --enable-opengl and --enable-glx are enabled at default, so that is not what causes this problem (I tried both).

    Perhaps some lib we're missing?

    EDIT: could this (from ./configure output) has anything to with this?
    checking GL/glx.h usability... no
    checking GL/glx.h presence... no
    checking for GL/glx.h... no

    checking X11/extensions/Xinerama.h usability... yes
    checking X11/extensions/Xinerama.h presence... yes
    checking for X11/extensions/Xinerama.h... yes
    checking for XineramaQueryExtension in -lXinerama_pic... no
    checking for XineramaQueryExtension in -lXinerama... yes
    checking GL/gl.h usability... no
    checking GL/gl.h presence... no
    checking for GL/gl.h... no
    Last edited by jorgis; January 7th, 2006 at 05:37 PM.

  3. #3
    Join Date
    Oct 2005
    Beans
    14

    Re: vlc, with opengl and xvideo?

    I was also having compilation problems (with stepmania) because /usr/include/GL/gl.h and GL/glext.h are missing. I'm guessing that they should be part of libgl1-mesa-dev. I stole the two headers from my Gentoo installation (from /usr/lib/opengl/ati/include in that install), and my compilation worked. If you guys would like, I can post them, but eventually this will get fixed, I think, cause it's a pretty serious issue with that package.

  4. #4
    Join Date
    Dec 2004
    Location
    Västerås, Sweden
    Beans
    9
    Distro
    Dapper Drake Testing/

    Re: vlc, with opengl and xvideo?

    The headers are in mesa-common-dev.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •