Browse Source

- switch to ni/ffmpeg/2.8

reduces image size and simply has less bugs. the only feature we are
missing is DASH streams.
master
gixxpunk 8 years ago
parent
commit
b4a22ab9a9
  1. 4
      make/environment.mk

4
make/environment.mk

@ -254,8 +254,8 @@ NI_DRIVERS-BIN = ni-drivers-bin
# ffmpeg/master is currently not mature enough for daily use
# if you want to help testing you can enable it here
NI_FFMPEG = ni-ffmpeg
#NI_FFMPEG_BRANCH = ni/ffmpeg/2.8
NI_FFMPEG_BRANCH = ni/ffmpeg/master
NI_FFMPEG_BRANCH = ni/ffmpeg/2.8
#NI_FFMPEG_BRANCH = ni/ffmpeg/master
NI_OPENTHREADS = ni-openthreads

Loading…
Cancel
Save