LinHES Forums
http://forum.linhes.org/

R5D1 & VLC 0.8.5 make errors
http://forum.linhes.org/viewtopic.php?f=14&t=12035
Page 1 of 1

Author:  esherm22 [ Fri Oct 06, 2006 6:53 am ]
Post subject:  R5D1 & VLC 0.8.5 make errors

I am trying to get VLC 0.8.5 maked on my fresh install of R5D1.
I followed the instructions at: http://knoppmythwiki.org/index.php?page=StreamDVBHowTo
to get streaming DVB working with mystreamtv, which I also did on R5C7 and everything worked perfectly.

Does anyone have an idea as to what the erro messages are telling me? If there are any other logs that would help diagnose this problem please let me know.

Errors below:
cc1plus: error: invalid option `tune=pentium2'
make[4]: *** [libmkv_plugin_a-mkv.o] Error 1
make[4]: Leaving directory `/home/mythtv/vlc-0.8.5/modules/demux'
make[3]: *** [all-modules] Error 1
make[3]: Leaving directory `/home/mythtv/vlc-0.8.5/modules/demux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mythtv/vlc-0.8.5/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mythtv/vlc-0.8.5'
make: *** [all] Error 2



***************
Soltek 3801-300 SFF
w/SL-B9A-FGR mainboard
AMD64 3400
1gb RAM
HD-3000 OTA Only
Nvidia FX5200 DVI->
Sony kdw50655 HDTV <-HDMI
C-Media CMI8768
KnoppMyth R5D1

Author:  gbutters [ Fri Oct 06, 2006 8:04 pm ]
Post subject: 

Find this section in vlc-config

Code:
cflags_tuning="-mtune=pentium2"
cflags_optim=" -O3 -ffast-math -funroll-loops"
cflags_optim_nodebug=" -fomit-frame-pointer"
cflags_nooptim=" -O2"


And change it to

Code:
#cflags_tuning="-mtune=pentium2"
cflags_optim=" -O3 -ffast-math -funroll-loops"
cflags_optim_nodebug=" -fomit-frame-pointer"
cflags_nooptim=" -O2"

Author:  esherm22 [ Mon Oct 09, 2006 9:00 am ]
Post subject: 

Thanks for the advice.

What I ended up doing this weekend was adding --without-tuning to my ./configure options and that worked also.

By configuring it the way I did, will that slow anything down I should be worried about?

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/