linuxserver / docker-daapd

GNU General Public License v3.0
108 stars 36 forks source link

configure options to mitigate V26 crashes #18

Closed sparklyballs closed 6 years ago

sparklyballs commented 6 years ago

linuxserver.io

Thanks, team linuxserver.io

ejurgensen commented 6 years ago

I wouldn't recommend pulling configure.ac from the master branch at build time, because configure.ac in the master branch may change at any time and become incompatible with release 26.0.

sparklyballs commented 6 years ago

would it be possible in that case to release a 26.1 version containing current compatible configure ac ?

then because we build from your latest release we only then need the configure option --disable-avcodecsend

ejurgensen commented 6 years ago

Can't you just apply the commit you want as a patch before building?

I'll make a 26.1 if I find a serious bug in 26.0, but so far this looks like a ffmpeg problem.

sparklyballs commented 6 years ago

@ejurgensen i've amended the PR to pull specific commit for the configure file