View Poll Results: Was this howto helpfull?

Voters
140. You may not vote on this poll
  • Yes

    125 89.29%
  • No

    15 10.71%
Page 18 of 21 FirstFirst ... 81617181920 ... LastLast
Results 171 to 180 of 209

Thread: Compiling MPlayer on a fresh Dapper install, wmv, mp4, etc.

  1. #171
    Join Date
    Jun 2006
    Location
    England
    Beans
    29
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Compiling MPlayer on a fresh Dapper install, wmv, mp4, etc.

    Hi there, thanks for this guide. However, I am getting the same errors as the person above:

    Code:
    libmpcodecs/libmpcodecs.a(vd_theora.o): In function `decode':
    vd_theora.c:(.text+0x8a): undefined reference to `theora_decode_packetin'
    vd_theora.c:(.text+0xa2): undefined reference to `theora_decode_YUVout'
    libmpcodecs/libmpcodecs.a(vd_theora.o): In function `uninit':
    vd_theora.c:(.text+0x176): undefined reference to `theora_clear'
    libmpcodecs/libmpcodecs.a(vd_theora.o): In function `init':
    vd_theora.c:(.text+0x220): undefined reference to `theora_info_init'
    vd_theora.c:(.text+0x228): undefined reference to `theora_comment_init'
    vd_theora.c:(.text+0x25b): undefined reference to `theora_decode_header'
    vd_theora.c:(.text+0x296): undefined reference to `theora_decode_header'
    vd_theora.c:(.text+0x2d1): undefined reference to `theora_decode_header'
    vd_theora.c:(.text+0x2e5): undefined reference to `theora_decode_init'
    libmpdemux/libmpdemux.a(demux_ogg.o): In function `demux_ogg_open':
    demux_ogg.c:(.text+0x3020): undefined reference to `theora_info_init'
    demux_ogg.c:(.text+0x3028): undefined reference to `theora_comment_init'
    demux_ogg.c:(.text+0x303f): undefined reference to `theora_decode_header'
    collect2: ld returned 1 exit status
    make: *** [mplayer] Error 1
    I followed the guide to the letter, so i'm not sure as to what to do next. Any help would greatly be appreciated.

    -Jason

    *edit* I'm attempting this with Edgy.
    Last edited by jharris; November 27th, 2006 at 12:31 AM.
    MacBook Pro 2Ghz Mac OS X Leopard | AMD 64 X2 6000+ Ubuntu 8.10

  2. #172
    Join Date
    Apr 2005
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Compiling MPlayer on a fresh Dapper install, wmv, mp4, etc.

    Remove the --enable-theora line in the ./configure command. It won't be compiled with Theora support of course but oh well..

  3. #173
    Join Date
    May 2006
    Beans
    594

    Re: Compiling MPlayer on a fresh Dapper install, wmv, mp4, etc.

    Having issues with mplayer so i thought i'd start from scratch with your guide and this is as far as i got when trying to install all the denpenceys

    The following packages have unmet dependencies:
    libfaac-dev: Depends: libmp4-dev but it is not installable
    E: Broken packages

    this is on edgy by the way

  4. #174
    Join Date
    Dec 2005
    Location
    Kyšice, Czech Republic
    Beans
    272
    Distro
    Ubuntu 6.06

    Re: Compiling MPlayer on a fresh Dapper install, wmv, mp4, etc.

    sudo apt-get libmp4v2-dev
    (i guess)

  5. #175
    Join Date
    Jun 2006
    Location
    England
    Beans
    29
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Compiling MPlayer on a fresh Dapper install, wmv, mp4, etc.

    Quote Originally Posted by Rob2687 View Post
    Remove the --enable-theora line in the ./configure command. It won't be compiled with Theora support of course but oh well..
    I'm not familiar with Theora, so I guess I won't miss it. Thanks for your reply.
    MacBook Pro 2Ghz Mac OS X Leopard | AMD 64 X2 6000+ Ubuntu 8.10

  6. #176
    Join Date
    Dec 2005
    Beans
    733
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Compiling MPlayer on a fresh Dapper install, wmv, mp4, etc.

    well i just tried to compile the latest svn of mplayer and got these errors
    make[1]: *** [demux_mov.o] Error 1
    make[1]: Leaving directory `/home/cor2y/mplayer/libmpdemux'
    make: *** [libmpdemux/libmpdemux.a] Error 2
    I'm on Dapper decided to give the latest svn a go and now its not problems with x264 or xvid anyomre but libmpdemux.

    Anyone know how to fix?

  7. #177
    Join Date
    Nov 2006
    Beans
    25
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: Compiling MPlayer on a fresh Dapper install, wmv, mp4, etc.

    Code:
    sor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lglib-2.0   -Wl,-z,noexecstack   -lncurses -lpng -lz -ljpeg -lasound -ldl -lpthread -lfreetype -lz -lfontconfig  -lz -lmad -ldts -lmpcdec  -lpthread -ldl -rdynamic  -lm   
    libmpcodecs/libmpcodecs.a(vd_theora.o): In function `decode':
    vd_theora.c:(.text+0x96): undefined reference to `theora_decode_packetin'
    vd_theora.c:(.text+0xae): undefined reference to `theora_decode_YUVout'
    libmpcodecs/libmpcodecs.a(vd_theora.o): In function `uninit':
    vd_theora.c:(.text+0x186): undefined reference to `theora_clear'
    libmpcodecs/libmpcodecs.a(vd_theora.o): In function `init':
    vd_theora.c:(.text+0x233): undefined reference to `theora_info_init'
    vd_theora.c:(.text+0x23b): undefined reference to `theora_comment_init'
    vd_theora.c:(.text+0x26f): undefined reference to `theora_decode_header'
    vd_theora.c:(.text+0x2ab): undefined reference to `theora_decode_header'
    vd_theora.c:(.text+0x2e7): undefined reference to `theora_decode_header'
    vd_theora.c:(.text+0x2fb): undefined reference to `theora_decode_init'
    libmpdemux/libmpdemux.a(demux_ogg.o): In function `demux_ogg_open':
    demux_ogg.c:(.text+0x31ad): undefined reference to `theora_info_init'
    demux_ogg.c:(.text+0x31b5): undefined reference to `theora_comment_init'
    demux_ogg.c:(.text+0x31cc): undefined reference to `theora_decode_header'
    collect2: ld returned 1 exit status
    make: *** [mplayer] Error 1

    Any ideas?
    EDIT: PReferebly without removing Theora-support.

    EDIT: I installed it without theora support, now I have no sound.
    But video works fine.
    Last edited by kaminix; December 2nd, 2006 at 07:17 AM. Reason: Trouble.

  8. #178
    Join Date
    Jan 2006
    Location
    London, England
    Beans
    109
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Compiling MPlayer on a fresh Dapper install, wmv, mp4, etc.

    Im trying to install on edgy, with AMR codec support
    I had the same problem as above, so i disabled theora, however, now make fails with

    Code:
    libavformat/libavformat.a(x11grab.o): In function `x11grab_read_close':
    x11grab.c:(.text+0x2d): undefined reference to `XCloseDisplay'
    x11grab.c:(.text+0x46): undefined reference to `XShmDetach'
    libavformat/libavformat.a(x11grab.o): In function `x11grab_read_header':
    x11grab.c:(.text+0x9c): undefined reference to `XOpenDisplay'
    x11grab.c:(.text+0x195): undefined reference to `XShmQueryExtension'
    x11grab.c:(.text+0x1c9): undefined reference to `XDefaultScreen'
    x11grab.c:(.text+0x218): undefined reference to `XShmCreateImage'
    x11grab.c:(.text+0x282): undefined reference to `XShmAttach'
    x11grab.c:(.text+0x341): undefined reference to `XGetImage'
    libavformat/libavformat.a(x11grab.o): In function `x11grab_read_packet':
    x11grab.c:(.text+0x888): undefined reference to `_XReply'
    x11grab.c:(.text+0x941): undefined reference to `XQueryPointer'
    x11grab.c:(.text+0xb45): undefined reference to `_XReadPad'
    x11grab.c:(.text+0xbee): undefined reference to `XShmGetImage'
    x11grab.c:(.text+0xc22): undefined reference to `_XFlush'
    collect2: ld returned 1 exit status
    make: *** [mencoder] Error 1
    I thought of removing --enable-X11, but i assume this is needed?
    any help appreciated

  9. #179
    Join Date
    Nov 2005
    Location
    Poland
    Beans
    202

    Re: Compiling MPlayer on a fresh Dapper install, wmv, mp4, etc.

    Quote Originally Posted by th3james View Post
    Im trying to install on edgy, with AMR codec support
    I had the same problem as above, so i disabled theora, however, now make fails with

    Code:
    libavformat/libavformat.a(x11grab.o): In function `x11grab_read_close':
    x11grab.c:(.text+0x2d): undefined reference to `XCloseDisplay'
    x11grab.c:(.text+0x46): undefined reference to `XShmDetach'
    libavformat/libavformat.a(x11grab.o): In function `x11grab_read_header':
    x11grab.c:(.text+0x9c): undefined reference to `XOpenDisplay'
    x11grab.c:(.text+0x195): undefined reference to `XShmQueryExtension'
    x11grab.c:(.text+0x1c9): undefined reference to `XDefaultScreen'
    x11grab.c:(.text+0x218): undefined reference to `XShmCreateImage'
    x11grab.c:(.text+0x282): undefined reference to `XShmAttach'
    x11grab.c:(.text+0x341): undefined reference to `XGetImage'
    libavformat/libavformat.a(x11grab.o): In function `x11grab_read_packet':
    x11grab.c:(.text+0x888): undefined reference to `_XReply'
    x11grab.c:(.text+0x941): undefined reference to `XQueryPointer'
    x11grab.c:(.text+0xb45): undefined reference to `_XReadPad'
    x11grab.c:(.text+0xbee): undefined reference to `XShmGetImage'
    x11grab.c:(.text+0xc22): undefined reference to `_XFlush'
    collect2: ld returned 1 exit status
    make: *** [mencoder] Error 1
    I thought of removing --enable-X11, but i assume this is needed?
    any help appreciated
    Try to add --disable-mencoder , I had the same problem with the latest source, that make it compile.

    I think that for the latest svn build you should now make like this:
    Code:
    ./configure --prefix=/usr --enable-gui --disable-arts --disable-smb --enable-sdl --enable-x11 --confdir=/etc/mplayer --win32codecsdir=/usr/lib/win32 --enable-menu --enable-tv-v4l2 --disable-liblzo --enable-largefiles  --disable-libdv --disable-aa --disable-mencoder
    I don't use mencoder, so that doesn't matter for me. Notice too that --enable-theora isn't anymore, and I don't think is needed, because it's automatically detected. ( and you shouldn't write it, because it won't compile)
    Maybe you should try to change it in your guide, and don't separate it for dapper, for edgy, as far as I know, it should be the same.

  10. #180
    Join Date
    Jan 2006
    Location
    London, England
    Beans
    109
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Compiling MPlayer on a fresh Dapper install, wmv, mp4, etc.

    Thanks, it works perfectly now!

Page 18 of 21 FirstFirst ... 81617181920 ... LastLast

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
  •