Monday, March 26, 2007
Wednesday, March 21, 2007
Tuesday, March 20, 2007
Panohead
Cum sa construiesti un panohead
http://www.scotthendershot.com/Panohead/UniversalPanoHead.htm
http://www.chem.uky.edu/resources/xray/people_documents/Parkin/panohead/panohead.html
Hardware for panoramas
http://www.panoramas.dk/quicktime/qtvr/VR_hardware.html
http://www.scotthendershot.com/Panohead/UniversalPanoHead.htm
http://www.chem.uky.edu/resources/xray/people_documents/Parkin/panohead/panohead.html
Hardware for panoramas
http://www.panoramas.dk/quicktime/qtvr/VR_hardware.html
Sunday, March 18, 2007
Friday, March 16, 2007
Kite aerial photography
Some nice shots
http://scotthaefner.com/kap/gallery/
How to build:
http://www.tcnj.edu/~jones37/kap.html
http://scotthaefner.com/kap/gallery/
How to build:
http://www.tcnj.edu/~jones37/kap.html
Tuesday, March 13, 2007
Monday, March 12, 2007
Greece info sites
Great site for beach reviews or other info
http://greeklandscapes.com/travel.html
Info about greek beach
http://www.magicaljourneys.com/Travel/travel-discover-beaches.html
http://www.bugbog.com/beaches/greece_beaches/greece_beaches_1.html
http://greeklandscapes.com/travel.html
Info about greek beach
http://www.magicaljourneys.com/Travel/travel-discover-beaches.html
http://www.bugbog.com/beaches/greece_beaches/greece_beaches_1.html
Friday, March 09, 2007
Wednesday, March 07, 2007
VIM intellisense
Tuesday, March 06, 2007
Mplayer on Arm linux
http://lists.arm.linux.org.uk/pipermail/linux-arm/2005-February/009391.html
The following is my working note, I really got runnable binary, but the description is some ambiguously as I am not good at English.
So, good luck :-)
fetch tarball from
http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre5try2.tar.bz2
untar it, and compile on x86 platform, we need this step because we
need codec-cfg(a executable binary)
./configure
cd libavcodecs
ln -s ../config.h config.h
cd ../libmpcodecs
ln -s ../config.h config.h
make
rename codec-cfg to sth else, for example codec-cfg.x86
and now we compile for ARM
./configure --enable-static --prefix=./install --enable-runtime-cpudetection --cc=arm-linux-gcc --as=arm-linux-as --target=arm-linux --enable-fbdev --enable-ossaudio --disable-mpdvdkit --disable-tv --disable-tv-v4l --disable-tv-v4l2 --disable-tv-bsdbt848 --disable-dvdread --disable-libavformat --disable-x11 --enable-linux-devfs --disable-sdl --disable-mencoder --enable-mad --enable-libavcodec --disable-win32
make
when the ERROR occurs, rename codec-cfg.x86 back to codec-cfg and continue with "make"
/********************/
I found the codec-cfg is wrong.
we should run
"make codec-cfg CC=gcc"
first and then run
"make"
/********************/
ARM Linux
Some resources for ARM linux development:
http://www.arm.linux.org.uk
http://nihilisme.ca:8080/arm/
http://www.arm.linux.org.uk
http://nihilisme.ca:8080/arm/
Subscribe to:
Posts (Atom)