shithub: sox

Download patch

ref: afcffe8c62bad72afdd41ce01278c57edc3d1ff4
parent: 2ab8b5ab1dc8cb4bfcfa7fc77419818e53d849e8
author: cbagwell <cbagwell>
date: Fri Apr 10 09:48:15 EDT 2009

Were not distributing a few new files (fixes distcheck target).

--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,8 @@
 # prefix to ensure they are added to the distribution.
 dist_man_MANS = sox.1 soxi.1 soxformat.7 libsox.3
 EXTRA_DIST = sox.txt soxi.txt soxformat.txt libsox.txt \
-	     CMakeLists.txt sox.pc.in LICENSE.GPL LICENSE.LGPL
+	     CMakeLists.txt sox.pc.in LICENSE.GPL LICENSE.LGPL \
+	     README.sh FEATURES.in
 
 if HAVE_PKGCONFIG
 pkgconfigdir = @PKGCONFIGDIR@
--- a/src/optional-fmts.am
+++ b/src/optional-fmts.am
@@ -62,11 +62,11 @@
 
 if HAVE_FFMPEG
 if STATIC_FFMPEG
-  libsox_la_SOURCES += ffmpeg.c
+  libsox_la_SOURCES += ffmpeg.c ffmpeg.h
   libsox_la_LIBADD += @FFMPEG_LIBS@
   sox_LDADD += @FFMPEG_LIBS@
 else
-  libsox_fmt_ffmpeg_la_SOURCES = ffmpeg.c
+  libsox_fmt_ffmpeg_la_SOURCES = ffmpeg.c ffmpeg.h
   libsox_fmt_ffmpeg_la_LIBADD = libsox.la @FFMPEG_LIBS@
   pkglib_LTLIBRARIES += libsox_fmt_ffmpeg.la
 endif