diff options
author | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-01-25 11:30:02 +0100 |
---|---|---|
committer | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-01-25 11:30:02 +0100 |
commit | 199c03a2e040a87a21ffabb4acc256080509ee3f (patch) | |
tree | 41a0f8185346622791ce723731b299cc703d3fd6 /gst-libs | |
parent | 5429138b890f666a4985e02ab1c5d156a114e512 (diff) |
gst-libs: Remove .config file from ffmpeg build when cleaning up
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/ext/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am index 1c249d7..95167f7 100644 --- a/gst-libs/ext/Makefile.am +++ b/gst-libs/ext/Makefile.am @@ -26,6 +26,7 @@ dist-clean: rm -rf $(TMP_DIST_DIR) rm -f Makefile rm -f ffmpeg/.version + rm -f ffmpeg/.config distclean: dist-clean |