[MPlayer-users] Bug report: undefined reference to `quant_store' / Same error here!
Axel H. Siebenwirth
axel at hh59.org
Tue Apr 9 22:52:02 CEST 2002
Sorry, ´bout the previous mail:)
Encountered same compilation failure.
opendivx/libdecore.a(mp4_picture.o): In function `get_mp4picture':
mp4_picture.o(.text+0x4ae): undefined reference to `quant_store'
opendivx/libdecore.a(mp4_picture.o): In function `PictureDisplay':
mp4_picture.o(.text+0x74c): undefined reference to `quant_store'
opendivx/libdecore.a(mp4_mblock.o): In function `macroblock':
mp4_mblock.o(.text+0x158): undefined reference to `quant_store'
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1
* SuSE Professional 7.3
* Linux neon 2.4.19-pre5-ac3 #1 Mon Apr 8 16:40:31 CEST 2002 i686
unknown
* /lib/libc.so.6
* XFree86 Version 4.2.99.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
* gcc version 3.1 20020408 (prerelease)
* GNU ld version 2.11.90.0.29 (with BFD 2.11.90.0.29)
* GNU assembler 2.11.90.0.29
Regards,
Axel Siebenwirth
On 2002.04.09 16:48 Arne Kowallik wrote:
> opendivx/libdecore.a(mp4_picture.o): In function `PictureDisplay':
> mp4_picture.o(.text+0x2e9): undefined reference to `quant_store'
> opendivx/libdecore.a(mp4_mblock.o): In function `macroblock':
> mp4_mblock.o(.text+0x127): undefined reference to `quant_store'
> mp4_mblock.o(.text+0x138): undefined reference to `quant_store'
> mp4_mblock.o(.text+0x155): undefined reference to `quant_store'
> mp4_mblock.o(.text+0x2d7): undefined reference to `quant_store'
> collect2: ld returned 1 exit status
> make: *** [mplayer] Error 1
>
> MPlayer: 2002-04-09 ("Latest CVS snapshot")
> Dist.: SuSE 7.3
> Kernel: Linux elsonic 2.4.16-4GB
> libc: /lib/libc.so.6
> X: XFree86 Version 4.1.0 / X Window System
> gcc: gcc version 2.95.3 20010315 (SuSE)
> ld: GNU ld version 2.11.90.0.29 (with BFD 2.11.90.0.29)
> as: GNU assembler 2.11.90.0.29
-------------- next part --------------
# -------- Generated by configure -----------
LANG = C
TARGET_OS = Linux
prefix = /usr/local
DATADIR = /usr/local/share/mplayer
CONFDIR = /usr/local/share/mplayer
LIBDIR = /usr/local/lib/mplayer
AR = ar
CC = gcc
AWK = gawk
# OPTFLAGS = -O4 -march=i686 -mcpu=i686 -pipe -fomit-frame-pointer -ffast-math
OPTFLAGS = -O4 -march=i686 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT
EXTRA_INC =
WIN32_PATH = -DWIN32_PATH=\"/usr/lib/win32\"
STREAMING = yes
STREAMING_LIB = -lnsl
VIDIX = yes
OPENDIVX = yes
VO2 = no
PNG = yes
JPEG = yes
EXTRA_LIB =
Z_LIB = -lz
HAVE_MLIB = no
STATIC_LIB =
X11_INC =
X11DIR = -L/usr/X11R6/lib -lX11 -lXext -lnsl
# video output
X_LIB = -L/usr/X11R6/lib -lX11 -lXext -lnsl -lGL -lXxf86dga -lXv -lXxf86vm -lXinerama -lnsl
GGI_LIB =
MLIB_LIB =
MLIB_INC =
DVB_INC =
PNG_LIB = -lpng -lz
JPEG_LIB = -ljpeg
SDL_LIB = -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread
SVGA_LIB = -lvgagl -lvga
AA_LIB = -laa
# audio output
ALSA_LIB = -lasound
NAS_LIB =
MAD_LIB =
VORBIS_LIB = -lvorbis -logg
FAAD_LIB =
SGIAUDIO_LIB =
# input
TERMCAP_LIB =
LIRC_LIB =
CSS_USE = no
CSS_LIB =
SDL_INC = -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT
W32_DEP = loader/libloader.a
W32_LIB = -Lloader -lloader
DS_DEP = loader/dshow/libDS_Filter.a
DS_LIB = -Lloader/dshow -lDS_Filter
AV_DEP =
AV_LIB =
MP1E_DEP =
MP1E_LIB =
ARCH_LIB = -lpthread -ldl -rdynamic
DIVX4LINUX = no
XVID = no
DECORE_LIB = -Lopendivx -ldecore
MENCODER = yes
ENCORE_LIB =
DIRECTFB_LIB =
NEW_INPUT_LIB = -Linput -linput
# --- Some stuff for autoconfigure ----
TARGET_ARCH_X86 = yes
TARGET_CYGWIN = no
TARGET_CPU=686
TARGET_MMX = yes
TARGET_MMX2 = yes
TARGET_3DNOW = no
TARGET_3DNOWEX = no
TARGET_SSE = yes
BINUTILS = yes
# --- GUI stuff ---
GTKLIB =
GLIBLIB =
GTK_LIBS =
GUI = no
DEBUG = -DDEBUG
# --- HAZARDOUS STUFF
ENABLE_XP=no
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.h
Type: text/x-c
Size: 8350 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20020409/e710d91c/attachment.bin>
-------------- next part --------------
include ../config.mak
OPTIONAL_SRCS = vo_x11.c vo_xv.c vo_dga.c vo_gl.c vo_gl2.c vo_aa.c vo_svga.c vo_fbdev.c vo_png.c vo_vesa.c vesa_lvo.c vo_sdl.c vo_xvidix.c
OPTIONAL_OBJS = vo_x11.o vo_xv.o vo_dga.o vo_gl.o vo_gl2.o vo_aa.o vo_svga.o vo_fbdev.o vo_png.o vo_vesa.o vesa_lvo.o vo_sdl.o vo_xvidix.o
More information about the MPlayer-users
mailing list