
gary.buhrmaster at gmail
May 2, 2012, 6:20 PM
Views: 292
Permalink
|
|
Re: .25 video levels aka Parental Controls
[In reply to]
|
|
On Thu, May 3, 2012 at 12:06 AM, digid myth <digidmyth [at] gmail> wrote: .... > Anyone have any idea on the command line for configure and make to generate a 32 bit binary? configure auto-magically determines too many things so that I would have no particular confidence that the any specifications would work. Options in no particular order (and completely untested): - Compile it on the atom - Find someone who has compiled on the atom and leverage their resulting configure values (see below for a generic i686 build) - Run a virtual machine in 32bit mode and compile - Reinstall your system in 32bit mode then everything is 32bit - If possible (the protocol/version matches) use a precompiled fixes build from your favorite packager. - You can try the following from the rpmfusion configure script for a i686 build. ./configure --prefix=/usr --libdir=/usr/lib --libdir-name=lib --mandir=/usr/share/man --enable-iptv --enable-pthreads --enable-ffmpeg-pthreads --enable-joystick-menu --enable-audio-alsa --enable-audio-oss --enable-audio-jack --enable-libfftw3 --enable-x11 --x11-path=/usr/include --enable-xv --enable-opengl-video --enable-xrandr --enable-lirc --enable-ivtv --enable-firewire --enable-dvb --enable-libmp3lame --enable-libx264 --enable-libtheora --enable-libvorbis --enable-libxvid --enable-vdpau --enable-vaapi --enable-crystalhd '--extra-cflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -fomit-frame-pointer' '--extra-cxxflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -fomit-frame-pointer' --cpu=i686 --tune=i686 --enable-mmx --compile-type=release --enable-debug _______________________________________________ mythtv-users mailing list mythtv-users [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-users
|