[vlc-devel] Re: [ANN] VLC 0.6.0 -Problem under RH7.3

Simon simon at digiglobal.com
Tue Jun 24 01:15:44 CEST 2003


Hi VLC Dev Team,
I downloaded the source code for VLC 0.6.0 but it generates error during
"./configure"

configure: error: Your libmpeg2 is too old (you need the cvs version): you
may get a more recent one from http://libmpeg2.sf.net/.
Alternatively you can use --disable-libmpeg2 to disable the libmpeg2 plugin.

I then downloaded mpeg2dec-20030612.tar.bz2 but it fails during "make"
giving the following error message.

gcc -o mpeg2dec mpeg2dec.o dump_state.o getopt.o gettimeofday.o
../libmpeg2/.libs/libmpeg2.a ../libvo/libvo.a
../libvo/libvo.a(video_out_x11.o): In function `open_display':
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:87: undefined reference
to `XOpenDisplay'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:93: undefined reference
to `XShmQueryVersion'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:100: undefined reference
to `XShmGetEventBase'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:110: undefined reference
to `XGetVisualInfo'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:125: undefined reference
to `XFree'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:132: undefined reference
to `XCreateColormap'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:136: undefined reference
to `XCreateWindow'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:145: undefined reference
to `XCreateGC'
../libvo/libvo.a(video_out_x11.o): In function `x11_alloc_frames':
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:263: undefined reference
to `XShmCreateImage'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:176: undefined reference
to `XSync'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:177: undefined reference
to `XSetErrorHandler'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:180: undefined reference
to `XShmAttach'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:183: undefined reference
to `XSync'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:184: undefined reference
to `XSetErrorHandler'
../libvo/libvo.a(video_out_x11.o): In function `x11_close':
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:207: undefined reference
to `XNextEvent'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:196: undefined reference
to `XShmDetach'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:301: undefined reference
to `XFreeGC'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:302: undefined reference
to `XDestroyWindow'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:303: undefined reference
to `XCloseDisplay'
../libvo/libvo.a(video_out_x11.o): In function `xv_check_yv12':
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:340: undefined reference
to `XvListImageFormats'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:344: undefined reference
to `XFree'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:347: undefined reference
to `XFree'
../libvo/libvo.a(video_out_x11.o): In function `xv_check_extension':
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:361: undefined reference
to `XvQueryExtension'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:379: undefined reference
to `XvFreeAdaptorInfo'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:368: undefined reference
to `XvQueryAdaptors'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:374: undefined reference
to `XvGrabPort'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:383: undefined reference
to `XvFreeAdaptorInfo'
../libvo/libvo.a(video_out_x11.o): In function `xv_alloc_frames':
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:176: undefined reference
to `XSync'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:177: undefined reference
to `XSetErrorHandler'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:180: undefined reference
to `XShmAttach'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:183: undefined reference
to `XSync'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:184: undefined reference
to `XSetErrorHandler'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:401: undefined reference
to `XvShmCreateImage'
../libvo/libvo.a(video_out_x11.o): In function `xv_close':
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:207: undefined reference
to `XNextEvent'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:425: undefined reference
to `XFree'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:196: undefined reference
to `XShmDetach'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:428: undefined reference
to `XvUngrabPort'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:429: undefined reference
to `XFreeGC'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:430: undefined reference
to `XDestroyWindow'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:431: undefined reference
to `XCloseDisplay'
../libvo/libvo.a(video_out_x11.o): In function `x11_setup':
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:498: undefined reference
to `XMapWindow'
../libvo/libvo.a(video_out_x11.o): In function `xv_setup':
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:498: undefined reference
to `XMapWindow'
../libvo/libvo.a(video_out_x11.o): In function `x11_start_fbuf':
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:207: undefined reference
to `XNextEvent'
../libvo/libvo.a(video_out_x11.o): In function `x11_draw_frame':
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:246: undefined reference
to `XShmPutImage'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:249: undefined reference
to `XFlush'
../libvo/libvo.a(video_out_x11.o): In function `xv_draw_frame':
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:326: undefined reference
to `XvShmPutImage'
/home/linux/mpeg2dec-20030612/libvo/video_out_x11.c:330: undefined reference
to `XFlush'
../libvo/libvo.a(video_out_sdl.o): In function `vo_sdl_open':
/home/linux/mpeg2dec-20030612/libvo/video_out_sdl.c:143: undefined reference
to `SDL_Init'
/home/linux/mpeg2dec-20030612/libvo/video_out_sdl.c:148: undefined reference
to `SDL_GetVideoInfo'
/home/linux/mpeg2dec-20030612/libvo/video_out_sdl.c:149: undefined reference
to `SDL_ListModes'
/home/linux/mpeg2dec-20030612/libvo/video_out_sdl.c:151: undefined reference
to `SDL_ListModes'
../libvo/libvo.a(video_out_sdl.o): In function `sdl_setup_fbuf':
/home/linux/mpeg2dec-20030612/libvo/video_out_sdl.c:54: undefined reference
to `SDL_CreateYUVOverlay'
../libvo/libvo.a(video_out_sdl.o): In function `sdl_draw_frame':
/home/linux/mpeg2dec-20030612/libvo/video_out_sdl.c:76: undefined reference
to `SDL_SetVideoMode'
/home/linux/mpeg2dec-20030612/libvo/video_out_sdl.c:76: undefined reference
to `SDL_PollEvent'
/home/linux/mpeg2dec-20030612/libvo/video_out_sdl.c:79: undefined reference
to `SDL_DisplayYUVOverlay'
../libvo/libvo.a(video_out_sdl.o): In function `sdl_setup':
/home/linux/mpeg2dec-20030612/libvo/video_out_sdl.c:111: undefined reference
to `SDL_SetVideoMode'
../libvo/libvo.a(video_out_sdl.o): In function `sdl_start_fbuf':
/home/linux/mpeg2dec-20030612/libvo/video_out_sdl.c:64: undefined reference
to `SDL_LockYUVOverlay'
../libvo/libvo.a(video_out_sdl.o): In function `sdl_discard':
/home/linux/mpeg2dec-20030612/libvo/video_out_sdl.c:85: undefined reference
to `SDL_UnlockYUVOverlay'
collect2: ld returned 1 exit status
make[1]: *** [mpeg2dec] Error 1
make[1]: Leaving directory `/home/linux/mpeg2dec-20030612/src'
make: *** [all-recursive] Error 1

Could somebody please help.

Best regards
Simon

 -----Original Message-----
From: 	vlc-devel-bounce at videolan.org [mailto:vlc-devel-bounce at videolan.org]
On Behalf Of Alexis de Lattre
Sent:	23 June 2003 14:33
To:	videolan-announce at videolan.org; vlc-devel at videolan.org;
vlc at videolan.org; streaming at videolan.org; libdvdcss-devel at videolan.org
Subject:	[vlc-devel] [ANN] VLC 0.6.0 and libdvdcss 1.2.7



The VideoLAN team is happy to announce the release of VLC media player
0.6.0, code-named "Trevelyan", and libdvdcss 1.2.7.


******* VLC 0.6.0 *******

VLC media player 0.6.0 is a major release which features:

    - a new Video 4 Linux input (for webcams and acquisition cards),
    - a new CDDA input (for audio CDs
    - multicast IPv6 support under Windows and Mac OS X,
    - an early support for the Matroska container format,
    - support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg,
    - support for QuickTime codecs under Mac OS X,
    - a new HTTP remote control interface,
    - improved wxWindows interface (now the default under Windows),
    - improved skinnable interface, with X11 support,
    - better SAP/SDP announcing support in IPv4 and IPv6
      (requires miniSAPserver 0.2.1),
    - a new stream output scheme (it is now possible to build a chain of
      stream outputs allowing for instance to stream and display some
      content at the same time),
    - transcoding support for the stream output,
    - as usual, many bug fixes !

For a more complete list, please see the full release notes:

     http://developers.videolan.org/vlc/NEWS

Binary packages are already available for the following platforms:

    - Windows
    - Mac OS X
    - BeOS

You can download the binary packages and the source code on:

     http://www.videolan.org/vlc/

Debian packages will be uploaded into 'sid' soon. RPM packages for RedHat
and packages for iPaq and Opie should be available soon. We are still
looking for a Mandrake RPM maintainer...


******* libdvdcss 1.2.7 *******

The new release of libdvdcss (version 1.2.7), the DVD decryption library
used by VLC and many other GPL media players, has key caching enabled
by default and some bugfixes. For a more complete list, read the release
notes or the ChangeLog of libdvdcss available on:

    http://developers.videolan.org/libdvdcss/

>From this page, you can also download the tarballs and the Debian
packages for 'woody' and 'sid'.


******* VideoLAN documentation ********

The VideoLAN documentation has moved to Docbook XML and now welcomes all
translations. The VideoLAN FAQ has already be translated into Spanish
and French:

     http://www.videolan.org/doc/

If you are willing to translate documentation, please contact
<www-doc at videolan.org>.

The official documentation only deals with the command line interface of
VLC, and can't speak about all the tips and tricks that are specific of
each operating system. We now have a VideoLAN Wiki for this purpose:

    http://wiki.videolan.org



We hope you'll enjoy these new releases, and don't forget that
contributions (especially on the code, the translations, the
documentation and the Wiki) are always welcomed !

For the VideoLAN team,

--
Alexis
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list