Skip to content

Commit

Permalink
Do not enable fdk-aac. Seems to fix the crash when encoding to flac.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Feb 12, 2018
1 parent e7b32d3 commit e49e6e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ RUN \
./configure --prefix=/usr \
--disable-gtk-update-checks \
--enable-x265 \
--enable-fdk-aac \
&& \
cd build && \
make && make install && \
Expand Down

0 comments on commit e49e6e7

Please sign in to comment.