[vlc] Re: Problems compiling VLC cvs version
Sigmund Augdal
sigmunau at stud.ntnu.no
Tue Oct 14 12:03:22 CEST 2003
Try compiling ffmpeg with --enable-pp
Sigmund
On Tue, Oct 14, 2003 at 11:52:52AM +0200, Mariano García wrote:
> Hi all,
>
> I am trying to compile VLC (cvs version), but I am getting problems with
> ffmpeg. I compile and install ffmpeg, bootstrap vlc, configure vlc (I
> have to put th ffmpeg path), but when I do make, I get the following
> errors:
>
>
> gcc -DHAVE_CONFIG_H -I. -I. -I. -DSYS_LINUX -I./include
> `top_builddir="." ./vlc-config --cflags vlc` -Wsign-compare -Wall
> -finline-limit-30000 -pipe -c -o src/vlc-vlc.o `test -f 'src/vlc.c' ||
> echo './'`src/vlc.c
> gcc -Wsign-compare -Wall -finline-limit-30000 -pipe -o vlc src/vlc-vlc.o
> lib/libvlc.a ./modules/misc/memcpy/libmemcpymmx.a
> ./modules/video_chroma/libi420_rgb_mmx.a
> ./modules/video_chroma/libi422_yuy2_mmx.a
> ./modules/video_chroma/libi420_ymga_mmx.a
> ./modules/video_chroma/libi420_yuy2_mmx.a
> ./modules/misc/memcpy/libmemcpymmxext.a
> ./modules/misc/memcpy/libmemcpy3dn.a ./modules/codec/ffmpeg/libffmpeg.a
> ./modules/stream_out/libstream_out_transcode.a -L/usr/local/lib -lrt
> -lpthread -ldl -L/home/mariano/src/ffmpeg/libavcodec -lavcodec -lm
> -L/home/mariano/src/ffmpeg/libavcodec -lm
> ./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-video.o)(.text+0x1ec): In
> function `InitThread_Video__ffmpeg':
> : undefined reference to `pp_get_mode_by_name_and_quality'
> ./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-video.o)(.text+0x9a8): In
> function `DecodeThread_Video__ffmpeg':
> : undefined reference to `pp_postprocess'
> ./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-video.o)(.text+0xd87): In
> function `DecodeThread_Video__ffmpeg':
> : undefined reference to `pp_get_context'
> ./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-video.o)(.text+0xfa4): In
> function `EndThread_Video__ffmpeg':
> : undefined reference to `pp_free_mode'
> ./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-video.o)(.text+0xfb3): In
> function `EndThread_Video__ffmpeg':
> : undefined reference to `pp_free_context'
> ./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-video.o)(.text+0x12ab):
> In function `ffmpeg_GetFrameBuf':
> : undefined reference to `pp_get_context'
> collect2: ld returned 1 exit status
> make[2]: *** Error 1
> make[2]: Leaving directory `/home/mariano/src/vlc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/mariano/src/vlc'
> make: *** [all] Error 2
>
> what is that?
>
> Thanks,
> Mariano.
>
>
> --
> This is the vlc mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://www.videolan.org/support/lists.html
> If you are in trouble, please contact <postmaster at videolan.org>
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc
mailing list