CutePoisonX / ffmpegInstaller

A simple bash script to automatically install ffmpeg (as well as x264, libfaac and lame) on Synology DiskStations
www.mediaware-factory.com
GNU General Public License v3.0
21 stars 9 forks source link

Intel Core i3 support? #3

Open paulbrou opened 8 years ago

paulbrou commented 8 years ago

Intel Core i3 support incomplete.

In ffmpegInstaller.sh, assignSpecificVars() when $cpu_var is set to 9, there is no config set.

if [ "$1" == 9 ]; then
    echo "Detected cpu: Intel Core i3"
fi

Can Intel Core i3 please be supported?

CutePoisonX commented 8 years ago

Hi!

It would be cool to add i3 support, but this will only be possible if you could help me with debugging. Maybe there is not much work required and it works with the same configuration as the intel atom models. As a first step, please enter "DS710+" as your DiskStation model - with some luck, the installation works without further ado.