[vlc] SuSE RPMs, and failed manual build
Greg Herlein
gherlein at herlein.com
Tue Jan 27 23:18:53 CET 2004
Anyone have an RPM for SuSE 9.0? I cannot find one.
So, I tried building from scratch. I configured like this:
./configure fails claiming I lack ffmpeg - which is not true.
So, I tried this:
./configure --with-ffmpeg-tree=../ffmpeg-20040103
which pointed at the ffmpeg tree that is supposedly required,
which is built and installed.
I get this during the build:
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/gherlein/src/herlein/video/vlc/ffmpeg-20040103/libavcodec
-lavcodec -lm
-L/home/gherlein/src/herlein/video/vlc/ffmpeg-20040103/libavcodec
-lm
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x342):
In function `InitPostproc__ffmpeg':
: undefined reference to `pp_get_context'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x376):
In function `InitPostproc__ffmpeg':
: undefined reference to `pp_get_context'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x3a5):
In function `InitPostproc__ffmpeg':
: undefined reference to `pp_get_context'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x3d4):
In function `InitPostproc__ffmpeg':
: undefined reference to `pp_get_context'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x502):
In function `PostprocPict__ffmpeg':
: undefined reference to `pp_postprocess'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x594):
In function `ClosePostproc__ffmpeg':
: undefined reference to `pp_free_mode'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x5ce):
In function `ClosePostproc__ffmpeg':
: undefined reference to `pp_free_context'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x628):
In function `PPQCallback':
: undefined reference to `pp_get_mode_by_name_and_quality'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x6c2):
In function `PPQCallback':
: undefined reference to `pp_get_mode_by_name_and_quality'
collect2: ld returned 1 exit status
Which seems to indicate that there is a Makefile problem of some
kind. Ideas?
Greg Herlein
--
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