MPlayer-SVN-r34350-snapshot-4.5.2 (2011-11-16) i486

Post links to your 32-bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
Kriss
Samurai
Samurai
Posts: 135
Joined: 06 Jul 2011, 07:07
Location: Russia

MPlayer-SVN-r34350-snapshot-4.5.2 (2011-11-16) i486

Post#1 by Kriss » 16 Nov 2011, 18:51

Here it is.
No more different builds since it didn't compile with flags being set by hands.
Here's configuration options:

Code: Select all

--prefix=/usr --mandir=/usr/man --libdir=/usr/lib --confdir=/etc/mplayer --enable-runtime-cpudetection
And here are automatically chosen flags:

Code: Select all

CFLAGS   = -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -O4 -march=i486 -mtune=generic -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -Iffmpeg  -D_REENTRANT -I/usr/X11/include     -I/usr/include/freetype2  
CXXFLAGS = -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls  -O4 -march=i486 -mtune=generic -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Ilibdvdread4 -I. -Iffmpeg  -D_REENTRANT -I/usr/X11/include     -I/usr/include/freetype2   
CC_DEPFLAGS = -MD -MP
Suggestions/corrections/additions are always welcome.