Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-01-02 22:28:31 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-01-15 18:26:06 +0300
commit063928910ff8d65335dc404aa1f33f4ccae4a15f (patch)
tree8e0d9ce2de9897037d0aeee4199cf6623e83c199
parente303ca3ac94f7815ca9f64471ffba8fbb6584303 (diff)
configure: bump copyright year to 2016
Signed-off-by: James Almer <jamrial@gmail.com> (cherry picked from commit 78129978f02f27d76ecaf2cd1a7bf7a47253fdab) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7f9fed31a4..ec4ff083dd 100755
--- a/configure
+++ b/configure
@@ -6141,7 +6141,7 @@ cat > $TMPH <<EOF
#define FFMPEG_CONFIG_H
#define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)"
#define FFMPEG_LICENSE "$(c_escape $license)"
-#define CONFIG_THIS_YEAR 2015
+#define CONFIG_THIS_YEAR 2016
#define FFMPEG_DATADIR "$(eval c_escape $datadir)"
#define AVCONV_DATADIR "$(eval c_escape $datadir)"
#define CC_IDENT "$(c_escape ${cc_ident:-Unknown compiler})"