File libavutil-path.patch of Package dangerdeep
diff -Nur dangerdeep-0.4.0+git.1449654226.360eb39/SConstruct new/SConstruct
--- dangerdeep-0.4.0+git.1449654226.360eb39/SConstruct 2015-12-09 10:43:46.000000000 +0100
+++ new/SConstruct 2017-03-26 13:58:23.634097099 +0200
@@ -316,7 +316,7 @@
conf.env.Append(CPPDEFINES = ['WITH_FLOAT_FFTW'])
else:
print 'fftw3 library does not support float type.'
- if conf.CheckLibWithHeader('avutil', 'ffmpeg/libavutil/avutil.h', 'C'):
+ if conf.CheckLibWithHeader('avutil', 'libavutil/avutil.h', 'C'):
print 'libavutil found...'
ffmpeg_available = True
else: