Hello
I am beginner linux user. I have TVHeadend on my Synology Nas. It is installed version 3.9.359 on synology with debian-chroot. Debian chroot is distribution linux debian on NAS. Can you tell me how i can compile version 3.9.359 with all option to use transcoding ? Please
Now i compile my version like this:
cd home
git clone https://github.com/tvheadend/tvheadend (it will be latest!)
cd tvheadend
./configure --prefix=/usr --enable-bundle --disable-avahi
make
make install
What option i must use in line: 
./configure --prefix=/usr --enable-bundle --disable-avahi
 ?
I see in commit from 14 Januar 2014 is fix transcoding but on Ubuntu. He concludes that it is possible to compile a version 3.9.359 able to support transcoding.
When i type 
./configure --prefix=/usr --enable-bundle --disable-avahi
  i have:
root@DS213:/home/tvheadend# ./configure --prefix=/usr --enable-bundle --disable-avahi
Checking support/features
  checking for cc execinfo.h ...                    ok
  checking for cc -mmmx ...                         fail
  checking for cc -msse2 ...                        fail
  checking for cc getloadavg ...                    ok
  checking for cc atomic64 ...                      fail
  checking for cc lockowner ...                     ok
  checking for py module gzip ...                   ok
  checking for bzip2 ...                            ok
  checking for pkg openssl  ...                     ok
  checking for cc linux/dvb/version.h ...           ok
  checking for pkg zlib  ...                        ok
  checking for pkg libcurl  ...                     ok
  checking for pkg liburiparser  ...                ok
  checking for pkg libavcodec <=55.0.0 ...          ok
  checking for pkg libavcodec >=52.96.0 ...         ok
  checking for pkg libavutil >=50.43.0 ...          ok
  checking for pkg libavformat <=55.0.0 ...         ok
  checking for pkg libavformat >=53.10.0 ...        ok
  checking for pkg libswscale >=0.13.0 ...          ok
  checking for cc sys/inotify.h ...                 ok
  fetching dvb-scan files ...                       ok
Compiler:
  Using C compiler:                        cc
  Build for arch:                          armv5tel
Binaries:
  Using PYTHON:                            python
Options:
  cwc                                      yes
  v4l                                      no
  linuxdvb                                 yes
  iptv                                     yes
  tsfile                                   yes
  dvbscan                                  yes
  timeshift                                yes
  trace                                    yes
  imagecache                               yes
  avahi                                    no
  zlib                                     yes
  libav                                    yes
  inotify                                  yes
  curl                                     yes
  epoll                                    yes
  uriparser                                yes
  ccache                                   no
  bundle                                   yes
  dvbcsa                                   no
  kqueue                                   no
  execinfo                                 yes
  getloadavg                               yes
  lockowner                                yes
  py_gzip                                  yes
  bin_bzip2                                yes
  ssl                                      yes
  dvbapi                                   yes
  inotify_h                                yes
  mpegts                                   yes
  mpegps                                   no
Packages:
  openssl                                  1.0.1e
  zlib                                     1.2.7
  libcurl                                  7.26.0
  liburiparser                             0.7.5
  libavcodec                               53.35.0
  libavutil                                51.22.1
  libavformat                              53.21.1
  libswscale                               2.1.0
Installation paths:
  Prefix:                                  /usr
  Binaries:                                ${prefix}/bin
  Libraries:                               ${prefix}/lib
  Data files:                              ${prefix}/share
  Man pages:                               ${datadir}/man
Final Binary:
  /home/tvheadend/build.linux/tvheadend
Tvheadend Data Directory:
  /usr/share/tvheadend
root@DS213:/home/tvheadend#
PLease please help me