shithub: sox

Download patch

ref: 1a3d3a23c9a1ca07185457651c0c7b7076fec40a
parent: 1d710d29c8cc45e8ad2f5c19c137bedca092707c
author: evilynux <evilynux>
date: Wed Aug 20 14:12:05 EDT 2008

Added missing ffmpeg.h, fixes 'make dist' and builds from tarball.

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -303,7 +303,7 @@
     sox_LDADD += @FLAC_LIBS@
 endif
 if HAVE_FFMPEG
-    libsox_la_SOURCES += ffmpeg.c
+    libsox_la_SOURCES += ffmpeg.h ffmpeg.c
     libsox_la_LIBADD += @FFMPEG_LIBS@
     sox_LDADD += @FFMPEG_LIBS@
 endif