[FFmpeg-cvslog] Makefile: change presets extension to .avpreset

Anton Khirnov git at videolan.org
Thu Oct 20 02:37:09 CEST 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Oct 19 07:50:12 2011 +0200| [df3ca34a567c320fa5ccb0203d66d473acb7207e] | committer: Anton Khirnov

Makefile: change presets extension to .avpreset

Fixes make install.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=df3ca34a567c320fa5ccb0203d66d473acb7207e
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 28ca055..feb57cb 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ FFLIBS-$(CONFIG_SWSCALE)  += swscale
 
 FFLIBS := avutil
 
-DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.ffpreset)
+DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.avpreset)
 
 SKIPHEADERS = cmdutils_common_opts.h
 



More information about the ffmpeg-cvslog mailing list